#12766B

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

Shades of Deep Sea #12766B

Tints of Deep Sea #12766B

Color information

#12766B (or 0x12766B) is unknown color: approx Deep Sea. HEX triplet: 12, 76 and 6B. RGB value is (18,118,107). Sum of RGB (Red+Green+Blue) = 18+118+107=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #12766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12766B is #ED8994. Grayscale: #565656. Windows color (decimal): -15567253 or 7042578. OLE color: 7042578.

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

Color convert

RGB18118107-
CMYK0.8500.090.54
HSL173.4º73.53%26.67%-
HSV(B)173.4º84.75%46.27%-
XYZ9.3814.1516.15-
YUV86.85139.3778.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.41%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=7.41%
G=48.56%
B=44.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181181070.8500.090.54173.473.5326.67
Hex12766B550936ad4a1b
Octal221661531250116625511233
Binary100101110110110101110101010100111011010101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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