Html Css Color HEX #0C845C Deep Sea

📋 copy color: '#0C845C'

red 12 ◦ green 132 ◦ blue 92

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

Shades of Deep Sea #0C845C

Tints of Deep Sea #0C845C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

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

R = 5.08%
G = 55.93%
B = 38.98%

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

#0C845C (or 0x0C845C) is known color: Deep Sea. HEX triplet: 0C, 84 and 5C. RGB value is (12,132,92). Sum of RGB (Red+Green+Blue) = 12+132+92=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #0C845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C845C is #F37BA3. Grayscale: #5B5B5B. Windows color (decimal): -15956900 or 6063116. OLE color: 6063116.

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

Color convert

RGB 12 132 92 -
CMYK 0.91 0 0.30 0.48
HSL 160º 0.83% 0.28% -
HSV(B) 160º 0.91% 0.52% -
XYZ 10.33 17.35 12.93 -
YUV 91.56 128.24 71.25 -
System Red Green Blue C M Y K H S L
Decimal 12 132 92 0.91 0 0.30 0.48 160 0.83 0.28
Hex C 84 5C 5B 0 1E 30 A0 53 1C
Octal 14 204 134 133 0 36 60 240 123 34
Binary 1100 10000100 1011100 1011011 0 11110 110000 10100000 1010011 11100

Color Harmonies of #0C845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C845C

Black with #0C845C

Text Example


Text Example

White with #0C845C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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