Html Css Color HEX #0C806D Deep Sea

📋 copy color: '#0C806D'

red 12 ◦ green 128 ◦ blue 109

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

Shades of Deep Sea #0C806D

Tints of Deep Sea #0C806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.41%

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

R = 4.82%
G = 51.41%
B = 43.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#0C806D (or 0x0C806D) is known color: Deep Sea. HEX triplet: 0C, 80 and 6D. RGB value is (12,128,109). Sum of RGB (Red+Green+Blue) = 12+128+109=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #0C806D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C806D is #F37F92. Grayscale: #5B5B5B. Windows color (decimal): -15957907 or 7176204. OLE color: 7176204.

HSL color Cylindrical-coordinate representation of color #0C806D: hue angle of 170.17º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C806D is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 128 109 -
CMYK 0.91 0 0.15 0.50
HSL 170.17º 0.83% 0.27% -
HSV(B) 170.17º 0.91% 0.5% -
XYZ 10.63 16.62 17.12 -
YUV 91.15 138.07 71.54 -
System Red Green Blue C M Y K H S L
Decimal 12 128 109 0.91 0 0.15 0.50 170.17 0.83 0.27
Hex C 80 6D 5B 0 F 32 AA 53 1B
Octal 14 200 155 133 0 17 62 252 123 33
Binary 1100 10000000 1101101 1011011 0 1111 110010 10101010 1010011 11011

Color Harmonies of #0C806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C806D

Black with #0C806D

Text Example


Text Example

White with #0C806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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