Html Css Color HEX #06523F Deep Teal

📋 copy color: '#06523F'

red 6 ◦ green 82 ◦ blue 63

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

Shades of Deep Teal #06523F

Tints of Deep Teal #06523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 54.3%

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

R = 3.97%
G = 54.3%
B = 41.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#06523F (or 0x06523F) is known color: Deep Teal. HEX triplet: 06, 52 and 3F. RGB value is (6,82,63). Sum of RGB (Red+Green+Blue) = 6+82+63=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #06523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06523F is #F9ADC0. Grayscale: #393939. Windows color (decimal): -16362945 or 4149766. OLE color: 4149766.

HSL color Cylindrical-coordinate representation of color #06523F: hue angle of 165º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06523F is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 63 -
CMYK 0.93 0 0.23 0.68
HSL 165º 0.86% 0.17% -
HSV(B) 165º 0.93% 0.32% -
XYZ 3.99 6.43 5.73 -
YUV 57.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 6 82 63 0.93 0 0.23 0.68 165 0.86 0.17
Hex 6 52 3F 5D 0 17 44 A5 56 11
Octal 6 122 77 135 0 27 104 245 126 21
Binary 110 1010010 111111 1011101 0 10111 1000100 10100101 1010110 10001

Color Harmonies of #06523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06523F

Black with #06523F

Text Example


Text Example

White with #06523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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