#0C8962

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

Shades of Deep Sea #0C8962

Tints of Deep Sea #0C8962

Color information

#0C8962 (or 0x0C8962) is unknown color: approx Deep Sea. HEX triplet: 0C, 89 and 62. RGB value is (12,137,98). Sum of RGB (Red+Green+Blue) = 12+137+98=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8962 is #F3769D. Grayscale: #5F5F5F. Windows color (decimal): -15955614 or 6457612. OLE color: 6457612.

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

Color convert

RGB1213798-
CMYK0.9100.280.46
HSL161.28º83.89%29.22%-
HSV(B)161.28º91.24%53.73%-
XYZ11.318.8514.6-
YUV95.18129.5968.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=4.86%
G=55.47%
B=39.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12137980.9100.280.46161.2883.8929.22
HexC89625B01C2Ea1541d
Octal142111421330345624112435
Binary1100100010011100010101101101110010111010100001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,137,98); }

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

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

 a { background-color: rgb(12,137,98); }

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

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

 span { border-color: rgb(12,137,98); }

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