Html Css Color HEX #6ADCAA Medium Aquamarine

📋 copy color: '#6ADCAA'

red 106 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #6ADCAA

Tints of Medium Aquamarine #6ADCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 21.37%
G = 44.35%
B = 34.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#6ADCAA (or 0x6ADCAA) is known color: Medium Aquamarine. HEX triplet: 6A, DC and AA. RGB value is (106,220,170). Sum of RGB (Red+Green+Blue) = 106+220+170=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCAA is #952355. Grayscale: #B4B4B4. Windows color (decimal): -9773910 or 11197546. OLE color: 11197546.

HSL color Cylindrical-coordinate representation of color #6ADCAA: hue angle of 153.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADCAA is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 170 -
CMYK 0.52 0 0.23 0.14
HSL 153.68º 0.62% 0.64% -
HSV(B) 153.68º 0.52% 0.86% -
XYZ 38.79 57.15 47.02 -
YUV 180.21 122.23 75.07 -
System Red Green Blue C M Y K H S L
Decimal 106 220 170 0.52 0 0.23 0.14 153.68 0.62 0.64
Hex 6A DC AA 34 0 17 E 9A 3E 40
Octal 152 334 252 64 0 27 16 232 76 100
Binary 1101010 11011100 10101010 110100 0 10111 1110 10011010 111110 1000000

Color Harmonies of #6ADCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCAA

Black with #6ADCAA

Text Example


Text Example

White with #6ADCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,170); }

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

background-color css

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

 a { background-color: rgb(106,220,170); }

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

border-color css

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

 span { border-color: rgb(106,220,170); }

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