#01533C

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

Shades of Deep Teal #01533C

Tints of Deep Teal #01533C

Color information

#01533C (or 0x01533C) is unknown color: approx Deep Teal. HEX triplet: 01, 53 and 3C. RGB value is (1,83,60). Sum of RGB (Red+Green+Blue) = 1+83+60=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #01533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01533C is #FEACC3. Grayscale: #373737. Windows color (decimal): -16690372 or 3953409. OLE color: 3953409.

HSL color Cylindrical-coordinate representation of color #01533C: hue angle of 163.17º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01533C is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB18360-
CMYK0.9900.280.67
HSL163.17º97.62%16.47%-
HSV(B)163.17º98.8%32.55%-
XYZ3.926.525.33-
YUV55.86130.3388.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=0.69%
G=57.64%
B=41.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183600.9900.280.67163.1797.6216.47
Hex1533C6301C43a36210
Octal11237414303410324314220
Binary110100111111001100011011100100001110100011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01533C; }

 p { color: rgb(1,83,60); }

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

<style>
 a { background-color: #01533C; }

 a { background-color: rgb(1,83,60); }

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

<style>
 span { border-color: #01533C; }

 span { border-color: rgb(1,83,60); }

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