Html Css Color HEX #06533F Deep Teal

📋 copy color: '#06533F'

red 6 ◦ green 83 ◦ blue 63

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

Shades of Deep Teal #06533F

Tints of Deep Teal #06533F

RGB

 RED value IS 6 (2.73% from 255) = 3.95%

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

 BLUE value IS 63 (25% from 255) = 41.45%

R = 3.95%
G = 54.61%
B = 41.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#06533F (or 0x06533F) is known color: Deep Teal. HEX triplet: 06, 53 and 3F. RGB value is (6,83,63). Sum of RGB (Red+Green+Blue) = 6+83+63=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #06533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06533F is #F9ACC0. Grayscale: #393939. Windows color (decimal): -16362689 or 4150022. OLE color: 4150022.

HSL color Cylindrical-coordinate representation of color #06533F: hue angle of 164.42º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06533F is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 63 -
CMYK 0.93 0 0.24 0.67
HSL 164.42º 0.87% 0.17% -
HSV(B) 164.42º 0.93% 0.33% -
XYZ 4.07 6.58 5.76 -
YUV 57.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 6 83 63 0.93 0 0.24 0.67 164.42 0.87 0.17
Hex 6 53 3F 5D 0 18 43 A4 57 11
Octal 6 123 77 135 0 30 103 244 127 21
Binary 110 1010011 111111 1011101 0 11000 1000011 10100100 1010111 10001

Color Harmonies of #06533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06533F

Black with #06533F

Text Example


Text Example

White with #06533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06533F; }

 p { color: rgb(6,83,63); }

 H1.HeaderClassName
 {
   color: #06533F;
 }
 .AnyTagClassName
 {
   color: #06533F;
 }
</style>

background-color css

<style>
 a { background-color: #06533F; }

 a { background-color: rgb(6,83,63); }

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

border-color css

<style>
 span { border-color: #06533F; }

 span { border-color: rgb(6,83,63); }

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