Html Css Color HEX #127766 Deep Sea

📋 copy color: '#127766'

red 18 ◦ green 119 ◦ blue 102

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

Shades of Deep Sea #127766

Tints of Deep Sea #127766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.79%

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 7.53%
G = 49.79%
B = 42.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#127766 (or 0x127766) is known color: Deep Sea. HEX triplet: 12, 77 and 66. RGB value is (18,119,102). Sum of RGB (Red+Green+Blue) = 18+119+102=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #127766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127766 is #ED8899. Grayscale: #565656. Windows color (decimal): -15567002 or 6715154. OLE color: 6715154.

HSL color Cylindrical-coordinate representation of color #127766: hue angle of 169.9º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127766 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 102 -
CMYK 0.85 0 0.14 0.53
HSL 169.9º 0.74% 0.27% -
HSV(B) 169.9º 0.85% 0.47% -
XYZ 9.24 14.28 14.84 -
YUV 86.86 136.54 78.88 -
System Red Green Blue C M Y K H S L
Decimal 18 119 102 0.85 0 0.14 0.53 169.9 0.74 0.27
Hex 12 77 66 55 0 E 35 AA 4A 1B
Octal 22 167 146 125 0 16 65 252 112 33
Binary 10010 1110111 1100110 1010101 0 1110 110101 10101010 1001010 11011

Color Harmonies of #127766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127766

Black with #127766

Text Example


Text Example

White with #127766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127766; }

 p { color: rgb(18,119,102); }

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

background-color css

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

 a { background-color: rgb(18,119,102); }

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

border-color css

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

 span { border-color: rgb(18,119,102); }

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