Html Css Color HEX #127D5E Deep Sea

📋 copy color: '#127D5E'

red 18 ◦ green 125 ◦ blue 94

#127D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #127D5E

Tints of Deep Sea #127D5E

RGB

 RED value IS 18 (7.42% from 255) = 7.59%

 GREEN value IS 125 (49.22% from 255) = 52.74%

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 7.59%
G = 52.74%
B = 39.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#127D5E (or 0x127D5E) is known color: Deep Sea. HEX triplet: 12, 7D and 5E. RGB value is (18,125,94). Sum of RGB (Red+Green+Blue) = 18+125+94=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #127D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D5E is #ED82A1. Grayscale: #595959. Windows color (decimal): -15565474 or 6192402. OLE color: 6192402.

HSL color Cylindrical-coordinate representation of color #127D5E: hue angle of 162.62º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D5E is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 125 94 -
CMYK 0.86 0 0.25 0.51
HSL 162.62º 0.75% 0.28% -
HSV(B) 162.62º 0.86% 0.49% -
XYZ 9.6 15.6 13.1 -
YUV 89.47 130.55 77.02 -
System Red Green Blue C M Y K H S L
Decimal 18 125 94 0.86 0 0.25 0.51 162.62 0.75 0.28
Hex 12 7D 5E 56 0 19 33 A3 4B 1C
Octal 22 175 136 126 0 31 63 243 113 34
Binary 10010 1111101 1011110 1010110 0 11001 110011 10100011 1001011 11100

Color Harmonies of #127D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D5E

Black with #127D5E

Text Example


Text Example

White with #127D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127D5E; }

 p { color: rgb(18,125,94); }

 H1.HeaderClassName
 {
   color: #127D5E;
 }
 .AnyTagClassName
 {
   color: #127D5E;
 }
</style>

background-color css

<style>
 a { background-color: #127D5E; }

 a { background-color: rgb(18,125,94); }

 div.DivClassName
 {
   background-color: #127D5E;
 }
 .BgClassName
 {
   background-color: #127D5E;
 }
</style>

border-color css

<style>
 span { border-color: #127D5E; }

 span { border-color: rgb(18,125,94); }

 td.TdClassName
 {
   border-color: #127D5E;
 }
 .TagClassName
 {
   border-color: #127D5E;
 }
</style>