#0C533E

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

Shades of Deep Teal #0C533E

Tints of Deep Teal #0C533E

Color information

#0C533E (or 0x0C533E) is unknown color: approx Deep Teal. HEX triplet: 0C, 53 and 3E. RGB value is (12,83,62). Sum of RGB (Red+Green+Blue) = 12+83+62=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #0C533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C533E is #F3ACC1. Grayscale: #3B3B3B. Windows color (decimal): -15969474 or 4084492. OLE color: 4084492.

HSL color Cylindrical-coordinate representation of color #0C533E: hue angle of 162.25º 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 #0C533E is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB128362-
CMYK0.8600.250.67
HSL162.25º74.74%18.63%-
HSV(B)162.25º85.54%32.55%-
XYZ4.116.615.62-
YUV59.38129.4894.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=7.64%
G=52.87%
B=39.49%

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
Decimal1283620.8600.250.67162.2574.7418.63
HexC533E5601943a24b13
Octal141237612603110324211323
Binary110010100111111101010110011001100001110100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,83,62); }

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

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

 a { background-color: rgb(12,83,62); }

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

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

 span { border-color: rgb(12,83,62); }

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