Html Css Color HEX #0C8960 Deep Sea

📋 copy color: '#0C8960'

red 12 ◦ green 137 ◦ blue 96

#0C8960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #0C8960

Tints of Deep Sea #0C8960

RGB

 RED value IS 12 (5.08% from 255) = 4.9%

 GREEN value IS 137 (53.91% from 255) = 55.92%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 4.9%
G = 55.92%
B = 39.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#0C8960 (or 0x0C8960) is known color: Deep Sea. HEX triplet: 0C, 89 and 60. RGB value is (12,137,96). Sum of RGB (Red+Green+Blue) = 12+137+96=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8960 is #F3769F. Grayscale: #5E5E5E. Windows color (decimal): -15955616 or 6326540. OLE color: 6326540.

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

Color convert

RGB 12 137 96 -
CMYK 0.91 0 0.30 0.46
HSL 160.32º 0.84% 0.29% -
HSV(B) 160.32º 0.91% 0.54% -
XYZ 11.21 18.81 14.11 -
YUV 94.95 128.59 68.83 -
System Red Green Blue C M Y K H S L
Decimal 12 137 96 0.91 0 0.30 0.46 160.32 0.84 0.29
Hex C 89 60 5B 0 1E 2E A0 54 1D
Octal 14 211 140 133 0 36 56 240 124 35
Binary 1100 10001001 1100000 1011011 0 11110 101110 10100000 1010100 11101

Color Harmonies of #0C8960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8960

Black with #0C8960

Text Example


Text Example

White with #0C8960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C8960;
 }
 .AnyTagClassName
 {
   color: #0C8960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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