Html Css Color HEX #06543D Deep Teal

📋 copy color: '#06543D'

red 6 ◦ green 84 ◦ blue 61

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

Shades of Deep Teal #06543D

Tints of Deep Teal #06543D

RGB

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

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

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

R = 3.97%
G = 55.63%
B = 40.4%

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

#06543D (or 0x06543D) is known color: Deep Teal. HEX triplet: 06, 54 and 3D. RGB value is (6,84,61). Sum of RGB (Red+Green+Blue) = 6+84+61=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #06543D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06543D is #F9ABC2. Grayscale: #3A3A3A. Windows color (decimal): -16362435 or 4019206. OLE color: 4019206.

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

Color convert

RGB 6 84 61 -
CMYK 0.93 0 0.27 0.67
HSL 162.31º 0.87% 0.18% -
HSV(B) 162.31º 0.93% 0.33% -
XYZ 4.09 6.72 5.5 -
YUV 58.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 6 84 61 0.93 0 0.27 0.67 162.31 0.87 0.18
Hex 6 54 3D 5D 0 1B 43 A2 57 12
Octal 6 124 75 135 0 33 103 242 127 22
Binary 110 1010100 111101 1011101 0 11011 1000011 10100010 1010111 10010

Color Harmonies of #06543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06543D

Black with #06543D

Text Example


Text Example

White with #06543D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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