Html Css Color HEX #06533D Deep Teal

📋 copy color: '#06533D'

red 6 ◦ green 83 ◦ blue 61

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

Shades of Deep Teal #06533D

Tints of Deep Teal #06533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.67%

R = 4%
G = 55.33%
B = 40.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#06533D (or 0x06533D) is known color: Deep Teal. HEX triplet: 06, 53 and 3D. RGB value is (6,83,61). Sum of RGB (Red+Green+Blue) = 6+83+61=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #06533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06533D is #F9ACC2. Grayscale: #393939. Windows color (decimal): -16362691 or 4018950. OLE color: 4018950.

HSL color Cylindrical-coordinate representation of color #06533D: hue angle of 162.86º 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 #06533D is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 61 -
CMYK 0.93 0 0.27 0.67
HSL 162.86º 0.87% 0.17% -
HSV(B) 162.86º 0.93% 0.33% -
XYZ 4.01 6.56 5.47 -
YUV 57.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 6 83 61 0.93 0 0.27 0.67 162.86 0.87 0.17
Hex 6 53 3D 5D 0 1B 43 A3 57 11
Octal 6 123 75 135 0 33 103 243 127 21
Binary 110 1010011 111101 1011101 0 11011 1000011 10100011 1010111 10001

Color Harmonies of #06533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06533D

Black with #06533D

Text Example


Text Example

White with #06533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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