#12806d

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

Shades of Deep Sea #12806D

Tints of Deep Sea #12806D

Color information

#12806D (or 0x12806D) is unknown color: approx Deep Sea. HEX triplet: 12, 80 and 6D. RGB value is (18,128,109). Sum of RGB (Red+Green+Blue) = 18+128+109=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #12806D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12806D is #ED7F92. Grayscale: #5C5C5C. Windows color (decimal): -15564691 or 7176210. OLE color: 7176210.

HSL color Cylindrical-coordinate representation of color #12806D: hue angle of 169.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12806D is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB18128109-
CMYK0.8600.150.50
HSL169.64º75.34%28.63%-
HSV(B)169.64º85.94%50.2%-
XYZ10.7316.6717.12-
YUV92.94137.0674.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 128 (50.39% from 255) = 50.20%
BLUE value IS 109 (42.97% from 255) = 42.75%
R=7.06%
G=50.20%
B=42.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181281090.8600.150.50169.6475.3428.63
Hex12806D560F32aa4b1d
Octal222001551260176225211335
Binary1001010000000110110110101100111111001010101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12806d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12806d; }

 p { color: rgb(18,128,109); }

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

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

 a { background-color: rgb(18,128,109); }

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

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

 span { border-color: rgb(18,128,109); }

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