Html Css Color HEX #06543E Deep Teal

📋 copy color: '#06543E'

red 6 ◦ green 84 ◦ blue 62

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

Shades of Deep Teal #06543E

Tints of Deep Teal #06543E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 55.26%

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 3.95%
G = 55.26%
B = 40.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#06543E (or 0x06543E) is known color: Deep Teal. HEX triplet: 06, 54 and 3E. RGB value is (6,84,62). Sum of RGB (Red+Green+Blue) = 6+84+62=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #06543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06543E is #F9ABC1. Grayscale: #3A3A3A. Windows color (decimal): -16362434 or 4084742. OLE color: 4084742.

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

Color convert

RGB 6 84 62 -
CMYK 0.93 0 0.26 0.67
HSL 163.08º 0.87% 0.18% -
HSV(B) 163.08º 0.93% 0.33% -
XYZ 4.11 6.73 5.64 -
YUV 58.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 6 84 62 0.93 0 0.26 0.67 163.08 0.87 0.18
Hex 6 54 3E 5D 0 1A 43 A3 57 12
Octal 6 124 76 135 0 32 103 243 127 22
Binary 110 1010100 111110 1011101 0 11010 1000011 10100011 1010111 10010

Color Harmonies of #06543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06543E

Black with #06543E

Text Example


Text Example

White with #06543E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06543E; }

 p { color: rgb(6,84,62); }

 H1.HeaderClassName
 {
   color: #06543E;
 }
 .AnyTagClassName
 {
   color: #06543E;
 }
</style>

background-color css

<style>
 a { background-color: #06543E; }

 a { background-color: rgb(6,84,62); }

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

border-color css

<style>
 span { border-color: #06543E; }

 span { border-color: rgb(6,84,62); }

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