Html Css Color HEX #0C846D Deep Sea

📋 copy color: '#0C846D'

red 12 ◦ green 132 ◦ blue 109

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

Shades of Deep Sea #0C846D

Tints of Deep Sea #0C846D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 4.74%
G = 52.17%
B = 43.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#0C846D (or 0x0C846D) is known color: Deep Sea. HEX triplet: 0C, 84 and 6D. RGB value is (12,132,109). Sum of RGB (Red+Green+Blue) = 12+132+109=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #0C846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C846D is #F37B92. Grayscale: #5D5D5D. Windows color (decimal): -15956883 or 7177228. OLE color: 7177228.

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

Color convert

RGB 12 132 109 -
CMYK 0.91 0 0.17 0.48
HSL 168.5º 0.83% 0.28% -
HSV(B) 168.5º 0.91% 0.52% -
XYZ 11.16 17.68 17.29 -
YUV 93.5 136.74 69.87 -
System Red Green Blue C M Y K H S L
Decimal 12 132 109 0.91 0 0.17 0.48 168.5 0.83 0.28
Hex C 84 6D 5B 0 11 30 A8 53 1C
Octal 14 204 155 133 0 21 60 250 123 34
Binary 1100 10000100 1101101 1011011 0 10001 110000 10101000 1010011 11100

Color Harmonies of #0C846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C846D

Black with #0C846D

Text Example


Text Example

White with #0C846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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