#0C855F

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

Shades of Deep Sea #0C855F

Tints of Deep Sea #0C855F

Color information

#0C855F (or 0x0C855F) is unknown color: approx Deep Sea. HEX triplet: 0C, 85 and 5F. RGB value is (12,133,95). Sum of RGB (Red+Green+Blue) = 12+133+95=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #0C855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C855F is #F37AA0. Grayscale: #5C5C5C. Windows color (decimal): -15956641 or 6259980. OLE color: 6259980.

HSL color Cylindrical-coordinate representation of color #0C855F: hue angle of 161.16º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C855F is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1213395-
CMYK0.9100.290.48
HSL161.16º83.45%28.43%-
HSV(B)161.16º90.98%52.16%-
XYZ10.617.6813.68-
YUV92.49129.4170.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=5%
G=55.42%
B=39.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12133950.9100.290.48161.1683.4528.43
HexC855F5B01D30a1531c
Octal142051371330356024112334
Binary1100100001011011111101101101110111000010100001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,133,95); }

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

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

 a { background-color: rgb(12,133,95); }

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

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

 span { border-color: rgb(12,133,95); }

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