#0C8963

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

Shades of Deep Sea #0C8963

Tints of Deep Sea #0C8963

Color information

#0C8963 (or 0x0C8963) is unknown color: approx Deep Sea. HEX triplet: 0C, 89 and 63. RGB value is (12,137,99). Sum of RGB (Red+Green+Blue) = 12+137+99=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8963 is #F3769C. Grayscale: #5F5F5F. Windows color (decimal): -15955613 or 6523148. OLE color: 6523148.

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

Color convert

RGB1213799-
CMYK0.9100.280.46
HSL161.76º83.89%29.22%-
HSV(B)161.76º91.24%53.73%-
XYZ11.3518.8714.85-
YUV95.29130.0968.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.84%
GREEN value IS 137 (53.91% from 255) = 55.24%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=4.84%
G=55.24%
B=39.92%

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
Decimal12137990.9100.280.46161.7683.8929.22
HexC89635B01C2Ea2541d
Octal142111431330345624212435
Binary1100100010011100011101101101110010111010100010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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