Html Css Color HEX #00533B Deep Teal

📋 copy color: '#00533B'

red 0 ◦ green 83 ◦ blue 59

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

Shades of Deep Teal #00533B

Tints of Deep Teal #00533B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 83 (32.81% from 255) = 58.45%

 BLUE value IS 59 (23.44% from 255) = 41.55%

R = 0%
G = 58.45%
B = 41.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#00533B (or 0x00533B) is known color: Deep Teal. HEX triplet: 00, 53 and 3B. RGB value is (0,83,59). Sum of RGB (Red+Green+Blue) = 0+83+59=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #00533B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00533B is #FFACC4. Grayscale: #373737. Windows color (decimal): -16755909 or 3887872. OLE color: 3887872.

HSL color Cylindrical-coordinate representation of color #00533B: hue angle of 162.65º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00533B is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 83 59 -
CMYK 1 0 0.29 0.67
HSL 162.65º 1% 0.16% -
HSV(B) 162.65º 1% 0.33% -
XYZ 3.88 6.5 5.19 -
YUV 55.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 0 83 59 1 0 0.29 0.67 162.65 1 0.16
Hex 0 53 3B 64 0 1D 43 A3 64 10
Octal 0 123 73 144 0 35 103 243 144 20
Binary 0 1010011 111011 1100100 0 11101 1000011 10100011 1100100 10000

Color Harmonies of #00533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00533B

Black with #00533B

Text Example


Text Example

White with #00533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00533B; }

 p { color: rgb(0,83,59); }

 H1.HeaderClassName
 {
   color: #00533B;
 }
 .AnyTagClassName
 {
   color: #00533B;
 }
</style>

background-color css

<style>
 a { background-color: #00533B; }

 a { background-color: rgb(0,83,59); }

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

border-color css

<style>
 span { border-color: #00533B; }

 span { border-color: rgb(0,83,59); }

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