#12776C

Color #12776C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #12776C

Tints of Deep Sea #12776C

Color information

#12776C (or 0x12776C) is unknown color: approx Deep Sea. HEX triplet: 12, 77 and 6C. RGB value is (18,119,108). Sum of RGB (Red+Green+Blue) = 18+119+108=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #12776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12776C is #ED8893. Grayscale: #575757. Windows color (decimal): -15566996 or 7108370. OLE color: 7108370.

HSL color Cylindrical-coordinate representation of color #12776C: hue angle of 173.47º 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 #12776C is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB18119108-
CMYK0.8500.090.53
HSL173.47º73.72%26.86%-
HSV(B)173.47º84.87%46.67%-
XYZ9.5514.416.46-
YUV87.55139.5478.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=7.35%
G=48.57%
B=44.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181191080.8500.090.53173.4773.7226.86
Hex12776C550935ad4a1b
Octal221671541250116525511233
Binary100101110111110110010101010100111010110101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12776C; }

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

 H1.HeaderClassName
 {
   color: #12776C;
 }
 .AnyTagClassName
 {
   color: #12776C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #12776C;
 }
 .BgClassName
 {
   background-color: #12776C;
 }
</style>
border-color css

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

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

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