Html Css Color HEX #0C895B Deep Sea

📋 copy color: '#0C895B'

red 12 ◦ green 137 ◦ blue 91

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

Shades of Deep Sea #0C895B

Tints of Deep Sea #0C895B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 5%
G = 57.08%
B = 37.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#0C895B (or 0x0C895B) is known color: Deep Sea. HEX triplet: 0C, 89 and 5B. RGB value is (12,137,91). Sum of RGB (Red+Green+Blue) = 12+137+91=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #0C895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C895B is #F376A4. Grayscale: #5E5E5E. Windows color (decimal): -15955621 or 5998860. OLE color: 5998860.

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

Color convert

RGB 12 137 91 -
CMYK 0.91 0 0.34 0.46
HSL 157.92º 0.84% 0.29% -
HSV(B) 157.92º 0.91% 0.54% -
XYZ 10.99 18.72 12.93 -
YUV 94.38 126.09 69.24 -
System Red Green Blue C M Y K H S L
Decimal 12 137 91 0.91 0 0.34 0.46 157.92 0.84 0.29
Hex C 89 5B 5B 0 22 2E 9E 54 1D
Octal 14 211 133 133 0 42 56 236 124 35
Binary 1100 10001001 1011011 1011011 0 100010 101110 10011110 1010100 11101

Color Harmonies of #0C895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C895B

Black with #0C895B

Text Example


Text Example

White with #0C895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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