#0C845D

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

Shades of Deep Sea #0C845D

Tints of Deep Sea #0C845D

Color information

#0C845D (or 0x0C845D) is unknown color: approx Deep Sea. HEX triplet: 0C, 84 and 5D. RGB value is (12,132,93). Sum of RGB (Red+Green+Blue) = 12+132+93=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #0C845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C845D is #F37BA2. Grayscale: #5B5B5B. Windows color (decimal): -15956899 or 6128652. OLE color: 6128652.

HSL color Cylindrical-coordinate representation of color #0C845D: hue angle of 160.5º 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 #0C845D is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1213293-
CMYK0.9100.300.48
HSL160.5º83.33%28.24%-
HSV(B)160.5º90.91%51.76%-
XYZ10.3817.3713.16-
YUV91.67128.7471.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.06%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=5.06%
G=55.70%
B=39.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12132930.9100.300.48160.583.3328.24
HexC845D5B01E30a0531c
Octal142041351330366024012334
Binary1100100001001011101101101101111011000010100000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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