#12885B

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

Shades of Deep Sea #12885B

Tints of Deep Sea #12885B

Color information

#12885B (or 0x12885B) is unknown color: approx Deep Sea. HEX triplet: 12, 88 and 5B. RGB value is (18,136,91). Sum of RGB (Red+Green+Blue) = 18+136+91=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #12885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12885B is #ED77A4. Grayscale: #5F5F5F. Windows color (decimal): -15562661 or 5998610. OLE color: 5998610.

HSL color Cylindrical-coordinate representation of color #12885B: hue angle of 157.12º 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 #12885B is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1813691-
CMYK0.8700.330.47
HSL157.12º76.62%30.2%-
HSV(B)157.12º86.76%53.33%-
XYZ10.9418.4912.89-
YUV95.59125.4172.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=7.35%
G=55.51%
B=37.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18136910.8700.330.47157.1276.6230.2
Hex12885B570212F9d4d1e
Octal222101331270415723511536
Binary100101000100010110111010111010000110111110011101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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