#12885A

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

Shades of Deep Sea #12885A

Tints of Deep Sea #12885A

Color information

#12885A (or 0x12885A) is unknown color: approx Deep Sea. HEX triplet: 12, 88 and 5A. RGB value is (18,136,90). Sum of RGB (Red+Green+Blue) = 18+136+90=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #12885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12885A is #ED77A5. Grayscale: #5F5F5F. Windows color (decimal): -15562662 or 5933074. OLE color: 5933074.

HSL color Cylindrical-coordinate representation of color #12885A: hue angle of 156.61º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12885A is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1813690-
CMYK0.8700.340.47
HSL156.61º76.62%30.2%-
HSV(B)156.61º86.76%53.33%-
XYZ10.918.4812.66-
YUV95.47124.9172.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 136 (53.52% from 255) = 55.74%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=7.38%
G=55.74%
B=36.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18136900.8700.340.47156.6176.6230.2
Hex12885A570222F9d4d1e
Octal222101321270425723511536
Binary100101000100010110101010111010001010111110011101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12885A; }

 p { color: rgb(18,136,90); }

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

<style>
 a { background-color: #12885A; }

 a { background-color: rgb(18,136,90); }

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

<style>
 span { border-color: #12885A; }

 span { border-color: rgb(18,136,90); }

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