Html Css Color HEX #0C4436 Deep Teal

📋 copy color: '#0C4436'

red 12 ◦ green 68 ◦ blue 54

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

Shades of Deep Teal #0C4436

Tints of Deep Teal #0C4436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.75%

 BLUE value IS 54 (21.48% from 255) = 40.3%

R = 8.96%
G = 50.75%
B = 40.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#0C4436 (or 0x0C4436) is known color: Deep Teal. HEX triplet: 0C, 44 and 36. RGB value is (12,68,54). Sum of RGB (Red+Green+Blue) = 12+68+54=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4436 is #F3BBC9. Grayscale: #313131. Windows color (decimal): -15973322 or 3556364. OLE color: 3556364.

HSL color Cylindrical-coordinate representation of color #0C4436: hue angle of 165º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4436 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 68 54 -
CMYK 0.82 0 0.21 0.73
HSL 165º 0.7% 0.16% -
HSV(B) 165º 0.82% 0.27% -
XYZ 2.88 4.48 4.2 -
YUV 49.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 12 68 54 0.82 0 0.21 0.73 165 0.7 0.16
Hex C 44 36 52 0 15 49 A5 46 10
Octal 14 104 66 122 0 25 111 245 106 20
Binary 1100 1000100 110110 1010010 0 10101 1001001 10100101 1000110 10000

Color Harmonies of #0C4436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4436

Black with #0C4436

Text Example


Text Example

White with #0C4436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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