Html Css Color HEX #0C855D Deep Sea

📋 copy color: '#0C855D'

red 12 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #0C855D

Tints of Deep Sea #0C855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 5.04%
G = 55.88%
B = 39.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#0C855D (or 0x0C855D) is known color: Deep Sea. HEX triplet: 0C, 85 and 5D. RGB value is (12,133,93). Sum of RGB (Red+Green+Blue) = 12+133+93=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #0C855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C855D is #F37AA2. Grayscale: #5C5C5C. Windows color (decimal): -15956643 or 6128908. OLE color: 6128908.

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

Color convert

RGB 12 133 93 -
CMYK 0.91 0 0.30 0.48
HSL 160.17º 0.83% 0.28% -
HSV(B) 160.17º 0.91% 0.52% -
XYZ 10.51 17.64 13.21 -
YUV 92.26 128.41 70.75 -
System Red Green Blue C M Y K H S L
Decimal 12 133 93 0.91 0 0.30 0.48 160.17 0.83 0.28
Hex C 85 5D 5B 0 1E 30 A0 53 1C
Octal 14 205 135 133 0 36 60 240 123 34
Binary 1100 10000101 1011101 1011011 0 11110 110000 10100000 1010011 11100

Color Harmonies of #0C855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C855D

Black with #0C855D

Text Example


Text Example

White with #0C855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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