#0C5540

Color #0C5540 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #0C5540

Tints of Deep Teal #0C5540

Color information

#0C5540 (or 0x0C5540) is unknown color: approx Deep Teal. HEX triplet: 0C, 55 and 40. RGB value is (12,85,64). Sum of RGB (Red+Green+Blue) = 12+85+64=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5540 is #F3AABF. Grayscale: #3C3C3C. Windows color (decimal): -15968960 or 4216076. OLE color: 4216076.

HSL color Cylindrical-coordinate representation of color #0C5540: hue angle of 162.74º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5540 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB128564-
CMYK0.8600.250.67
HSL162.74º75.26%19.02%-
HSV(B)162.74º85.88%33.33%-
XYZ4.336.955.96-
YUV60.78129.8293.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.45%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=7.45%
G=52.80%
B=39.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285640.8600.250.67162.7475.2619.02
HexC55405601943a34b13
Octal1412510012603110324311323
Binary1100101010110000001010110011001100001110100011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,85,64); }

 H1.HeaderClassName
 {
   color: #0C5540;
 }
 .AnyTagClassName
 {
   color: #0C5540;
 }
</style>
background-color css

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

 a { background-color: rgb(12,85,64); }

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

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

 span { border-color: rgb(12,85,64); }

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