Html Css Color HEX #06523C Deep Teal

📋 copy color: '#06523C'

red 6 ◦ green 82 ◦ blue 60

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

Shades of Deep Teal #06523C

Tints of Deep Teal #06523C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 4.05%
G = 55.41%
B = 40.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#06523C (or 0x06523C) is known color: Deep Teal. HEX triplet: 06, 52 and 3C. RGB value is (6,82,60). Sum of RGB (Red+Green+Blue) = 6+82+60=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #06523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06523C is #F9ADC3. Grayscale: #383838. Windows color (decimal): -16362948 or 3953158. OLE color: 3953158.

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

Color convert

RGB 6 82 60 -
CMYK 0.93 0 0.27 0.68
HSL 162.63º 0.86% 0.17% -
HSV(B) 162.63º 0.93% 0.32% -
XYZ 3.91 6.4 5.3 -
YUV 56.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 6 82 60 0.93 0 0.27 0.68 162.63 0.86 0.17
Hex 6 52 3C 5D 0 1B 44 A3 56 11
Octal 6 122 74 135 0 33 104 243 126 21
Binary 110 1010010 111100 1011101 0 11011 1000100 10100011 1010110 10001

Color Harmonies of #06523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06523C

Black with #06523C

Text Example


Text Example

White with #06523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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