#0C815B

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

Shades of Deep Sea #0C815B

Tints of Deep Sea #0C815B

Color information

#0C815B (or 0x0C815B) is unknown color: approx Deep Sea. HEX triplet: 0C, 81 and 5B. RGB value is (12,129,91). Sum of RGB (Red+Green+Blue) = 12+129+91=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #0C815B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C815B is #F37EA4. Grayscale: #595959. Windows color (decimal): -15957669 or 5996812. OLE color: 5996812.

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

Color convert

RGB1212991-
CMYK0.9100.290.49
HSL160.51º82.98%27.65%-
HSV(B)160.51º90.7%50.59%-
XYZ9.8916.5312.57-
YUV89.68128.7472.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.17%
GREEN value IS 129 (50.78% from 255) = 55.60%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=5.17%
G=55.60%
B=39.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12129910.9100.290.49160.5182.9827.65
HexC815B5B01D31a1531c
Octal142011331330356124112334
Binary1100100000011011011101101101110111000110100001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,129,91); }

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

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

 a { background-color: rgb(12,129,91); }

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

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

 span { border-color: rgb(12,129,91); }

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