Html Css Color HEX #0C855E Deep Sea

📋 copy color: '#0C855E'

red 12 ◦ green 133 ◦ blue 94

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

Shades of Deep Sea #0C855E

Tints of Deep Sea #0C855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

 BLUE value IS 94 (37.11% from 255) = 39.33%

R = 5.02%
G = 55.65%
B = 39.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#0C855E (or 0x0C855E) is known color: Deep Sea. HEX triplet: 0C, 85 and 5E. RGB value is (12,133,94). Sum of RGB (Red+Green+Blue) = 12+133+94=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #0C855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C855E is #F37AA1. Grayscale: #5C5C5C. Windows color (decimal): -15956642 or 6194444. OLE color: 6194444.

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

Color convert

RGB 12 133 94 -
CMYK 0.91 0 0.29 0.48
HSL 160.66º 0.83% 0.28% -
HSV(B) 160.66º 0.91% 0.52% -
XYZ 10.56 17.66 13.44 -
YUV 92.38 128.91 70.67 -
System Red Green Blue C M Y K H S L
Decimal 12 133 94 0.91 0 0.29 0.48 160.66 0.83 0.28
Hex C 85 5E 5B 0 1D 30 A1 53 1C
Octal 14 205 136 133 0 35 60 241 123 34
Binary 1100 10000101 1011110 1011011 0 11101 110000 10100001 1010011 11100

Color Harmonies of #0C855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C855E

Black with #0C855E

Text Example


Text Example

White with #0C855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,133,94); }

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

background-color css

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

 a { background-color: rgb(12,133,94); }

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

border-color css

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

 span { border-color: rgb(12,133,94); }

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