#12766C

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

Shades of Deep Sea #12766C

Tints of Deep Sea #12766C

Color information

#12766C (or 0x12766C) is unknown color: approx Deep Sea. HEX triplet: 12, 76 and 6C. RGB value is (18,118,108). Sum of RGB (Red+Green+Blue) = 18+118+108=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #12766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12766C is #ED8993. Grayscale: #565656. Windows color (decimal): -15567252 or 7108114. OLE color: 7108114.

HSL color Cylindrical-coordinate representation of color #12766C: hue angle of 174º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12766C is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB18118108-
CMYK0.8500.080.54
HSL174º73.53%26.67%-
HSV(B)174º84.75%46.27%-
XYZ9.4314.1716.42-
YUV86.96139.8778.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=7.38%
G=48.36%
B=44.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181181080.8500.080.5417473.5326.67
Hex12766C550836ae4a1b
Octal221661541250106625611233
Binary100101110110110110010101010100011011010101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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