#12796F

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

Shades of Deep Sea #12796F

Tints of Deep Sea #12796F

Color information

#12796F (or 0x12796F) is unknown color: approx Deep Sea. HEX triplet: 12, 79 and 6F. RGB value is (18,121,111). Sum of RGB (Red+Green+Blue) = 18+121+111=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #12796F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12796F is #ED8690. Grayscale: #595959. Windows color (decimal): -15566481 or 7305490. OLE color: 7305490.

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

Color convert

RGB18121111-
CMYK0.8500.080.53
HSL174.17º74.1%27.25%-
HSV(B)174.17º85.12%47.45%-
XYZ9.9614.9517.4-
YUV89.06140.3877.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 121 (47.66% from 255) = 48.4%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=7.2%
G=48.4%
B=44.4%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181211110.8500.080.53174.1774.127.25
Hex12796F550835ae4a1b
Octal221711571250106525611233
Binary100101111001110111110101010100011010110101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12796F; }

 p { color: rgb(18,121,111); }

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

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

 a { background-color: rgb(18,121,111); }

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

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

 span { border-color: rgb(18,121,111); }

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