#0C875D

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

Shades of Deep Sea #0C875D

Tints of Deep Sea #0C875D

Color information

#0C875D (or 0x0C875D) is unknown color: approx Deep Sea. HEX triplet: 0C, 87 and 5D. RGB value is (12,135,93). Sum of RGB (Red+Green+Blue) = 12+135+93=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #0C875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C875D is #F378A2. Grayscale: #5D5D5D. Windows color (decimal): -15956131 or 6129420. OLE color: 6129420.

HSL color Cylindrical-coordinate representation of color #0C875D: hue angle of 159.51º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C875D is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1213593-
CMYK0.9100.310.47
HSL159.51º83.67%28.82%-
HSV(B)159.51º91.11%52.94%-
XYZ10.7918.213.3-
YUV93.43127.7569.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 135 (53.12% from 255) = 56.25%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=5%
G=56.25%
B=38.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12135930.9100.310.47159.5183.6728.82
HexC875D5B01F2Fa0541d
Octal142071351330375724012435
Binary1100100001111011101101101101111110111110100000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C875D; }

 p { color: rgb(12,135,93); }

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

<style>
 a { background-color: #0C875D; }

 a { background-color: rgb(12,135,93); }

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

<style>
 span { border-color: #0C875D; }

 span { border-color: rgb(12,135,93); }

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