Html Css Color HEX #0C5644 Deep Teal

📋 copy color: '#0C5644'

red 12 ◦ green 86 ◦ blue 68

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

Shades of Deep Teal #0C5644

Tints of Deep Teal #0C5644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 51.81%

 BLUE value IS 68 (26.95% from 255) = 40.96%

R = 7.23%
G = 51.81%
B = 40.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#0C5644 (or 0x0C5644) is known color: Deep Teal. HEX triplet: 0C, 56 and 44. RGB value is (12,86,68). Sum of RGB (Red+Green+Blue) = 12+86+68=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #0C5644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5644 is #F3A9BB. Grayscale: #3D3D3D. Windows color (decimal): -15968700 or 4478476. OLE color: 4478476.

HSL color Cylindrical-coordinate representation of color #0C5644: hue angle of 165.41º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5644 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 12 86 68 -
CMYK 0.86 0 0.21 0.66
HSL 165.41º 0.76% 0.19% -
HSV(B) 165.41º 0.86% 0.34% -
XYZ 4.52 7.15 6.61 -
YUV 61.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 12 86 68 0.86 0 0.21 0.66 165.41 0.76 0.19
Hex C 56 44 56 0 15 42 A5 4C 13
Octal 14 126 104 126 0 25 102 245 114 23
Binary 1100 1010110 1000100 1010110 0 10101 1000010 10100101 1001100 10011

Color Harmonies of #0C5644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5644

Black with #0C5644

Text Example


Text Example

White with #0C5644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,86,68); }

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

background-color css

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

 a { background-color: rgb(12,86,68); }

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

border-color css

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

 span { border-color: rgb(12,86,68); }

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