Html Css Color HEX #01533C Deep Teal

📋 copy color: '#01533C'

red 1 ◦ green 83 ◦ blue 60

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

Shades of Deep Teal #01533C

Tints of Deep Teal #01533C

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 value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#01533C (or 0x01533C) is known color: 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

RGB 1 83 60 -
CMYK 0.99 0 0.28 0.67
HSL 163.17º 0.98% 0.16% -
HSV(B) 163.17º 0.99% 0.33% -
XYZ 3.92 6.52 5.33 -
YUV 55.86 130.33 88.87 -
System Red Green Blue C M Y K H S L
Decimal 1 83 60 0.99 0 0.28 0.67 163.17 0.98 0.16
Hex 1 53 3C 63 0 1C 43 A3 62 10
Octal 1 123 74 143 0 34 103 243 142 20
Binary 1 1010011 111100 1100011 0 11100 1000011 10100011 1100010 10000

Color Harmonies of #01533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01533C

Black with #01533C

Text Example


Text Example

White with #01533C

Text Example


Text Example

HTML Codes & Css Web 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>