Html Css Color HEX #6ADEAA Medium Aquamarine

📋 copy color: '#6ADEAA'

red 106 ◦ green 222 ◦ blue 170

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

Shades of Medium Aquamarine #6ADEAA

Tints of Medium Aquamarine #6ADEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.58%

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

R = 21.29%
G = 44.58%
B = 34.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#6ADEAA (or 0x6ADEAA) is known color: Medium Aquamarine. HEX triplet: 6A, DE and AA. RGB value is (106,222,170). Sum of RGB (Red+Green+Blue) = 106+222+170=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADEAA is #952155. Grayscale: #B5B5B5. Windows color (decimal): -9773398 or 11198058. OLE color: 11198058.

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

Color convert

RGB 106 222 170 -
CMYK 0.52 0 0.23 0.13
HSL 153.1º 0.64% 0.64% -
HSV(B) 153.1º 0.52% 0.87% -
XYZ 39.32 58.21 47.19 -
YUV 181.39 121.57 74.23 -
System Red Green Blue C M Y K H S L
Decimal 106 222 170 0.52 0 0.23 0.13 153.1 0.64 0.64
Hex 6A DE AA 34 0 17 D 99 40 40
Octal 152 336 252 64 0 27 15 231 100 100
Binary 1101010 11011110 10101010 110100 0 10111 1101 10011001 1000000 1000000

Color Harmonies of #6ADEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEAA

Black with #6ADEAA

Text Example


Text Example

White with #6ADEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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