#12895C

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

Shades of Deep Sea #12895C

Tints of Deep Sea #12895C

Color information

#12895C (or 0x12895C) is unknown color: approx Deep Sea. HEX triplet: 12, 89 and 5C. RGB value is (18,137,92). Sum of RGB (Red+Green+Blue) = 18+137+92=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #12895C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12895C is #ED76A3. Grayscale: #606060. Windows color (decimal): -15562404 or 6064402. OLE color: 6064402.

HSL color Cylindrical-coordinate representation of color #12895C: hue angle of 157.31º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12895C is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1813792-
CMYK0.8700.330.46
HSL157.31º76.77%30.39%-
HSV(B)157.31º86.86%53.73%-
XYZ11.1318.7913.17-
YUV96.29125.5872.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=7.29%
G=55.47%
B=37.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137920.8700.330.46157.3176.7730.39
Hex12895C570212E9d4d1e
Octal222111341270415623511536
Binary100101000100110111001010111010000110111010011101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12895C; }

 p { color: rgb(18,137,92); }

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

<style>
 a { background-color: #12895C; }

 a { background-color: rgb(18,137,92); }

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

<style>
 span { border-color: #12895C; }

 span { border-color: rgb(18,137,92); }

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