Html Css Color HEX #6AD2AD Medium Aquamarine

📋 copy color: '#6AD2AD'

red 106 ◦ green 210 ◦ blue 173

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

Shades of Medium Aquamarine #6AD2AD

Tints of Medium Aquamarine #6AD2AD

RGB

 RED value IS 106 (41.8% from 255) = 21.68%

 GREEN value IS 210 (82.42% from 255) = 42.94%

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 21.68%
G = 42.94%
B = 35.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#6AD2AD (or 0x6AD2AD) is known color: Medium Aquamarine. HEX triplet: 6A, D2 and AD. RGB value is (106,210,173). Sum of RGB (Red+Green+Blue) = 106+210+173=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD2AD is #952D52. Grayscale: #AEAEAE. Windows color (decimal): -9776467 or 11391594. OLE color: 11391594.

HSL color Cylindrical-coordinate representation of color #6AD2AD: hue angle of 158.65º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD2AD is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 210 173 -
CMYK 0.50 0 0.18 0.18
HSL 158.65º 0.54% 0.62% -
HSV(B) 158.65º 0.5% 0.82% -
XYZ 36.53 52.17 47.68 -
YUV 174.69 127.04 79.01 -
System Red Green Blue C M Y K H S L
Decimal 106 210 173 0.50 0 0.18 0.18 158.65 0.54 0.62
Hex 6A D2 AD 32 0 12 12 9F 36 3E
Octal 152 322 255 62 0 22 22 237 66 76
Binary 1101010 11010010 10101101 110010 0 10010 10010 10011111 110110 111110

Color Harmonies of #6AD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD2AD

Black with #6AD2AD

Text Example


Text Example

White with #6AD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AD2AD; }

 p { color: rgb(106,210,173); }

 H1.HeaderClassName
 {
   color: #6AD2AD;
 }
 .AnyTagClassName
 {
   color: #6AD2AD;
 }
</style>

background-color css

<style>
 a { background-color: #6AD2AD; }

 a { background-color: rgb(106,210,173); }

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

border-color css

<style>
 span { border-color: #6AD2AD; }

 span { border-color: rgb(106,210,173); }

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