Html Css Color HEX #0C885C Deep Sea

📋 copy color: '#0C885C'

red 12 ◦ green 136 ◦ blue 92

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

Shades of Deep Sea #0C885C

Tints of Deep Sea #0C885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.67%

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 5%
G = 56.67%
B = 38.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#0C885C (or 0x0C885C) is known color: Deep Sea. HEX triplet: 0C, 88 and 5C. RGB value is (12,136,92). Sum of RGB (Red+Green+Blue) = 12+136+92=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #0C885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C885C is #F377A3. Grayscale: #5D5D5D. Windows color (decimal): -15955876 or 6064140. OLE color: 6064140.

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

Color convert

RGB 12 136 92 -
CMYK 0.91 0 0.32 0.47
HSL 158.71º 0.84% 0.29% -
HSV(B) 158.71º 0.91% 0.53% -
XYZ 10.89 18.46 13.11 -
YUV 93.91 126.92 69.58 -
System Red Green Blue C M Y K H S L
Decimal 12 136 92 0.91 0 0.32 0.47 158.71 0.84 0.29
Hex C 88 5C 5B 0 20 2F 9F 54 1D
Octal 14 210 134 133 0 40 57 237 124 35
Binary 1100 10001000 1011100 1011011 0 100000 101111 10011111 1010100 11101

Color Harmonies of #0C885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C885C

Black with #0C885C

Text Example


Text Example

White with #0C885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,136,92); }

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

background-color css

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

 a { background-color: rgb(12,136,92); }

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

border-color css

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

 span { border-color: rgb(12,136,92); }

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