Html Css Color HEX #6ADAA0 Medium Aquamarine

📋 copy color: '#6ADAA0'

red 106 ◦ green 218 ◦ blue 160

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

Shades of Medium Aquamarine #6ADAA0

Tints of Medium Aquamarine #6ADAA0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 21.9%
G = 45.04%
B = 33.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#6ADAA0 (or 0x6ADAA0) is known color: Medium Aquamarine. HEX triplet: 6A, DA and A0. RGB value is (106,218,160). Sum of RGB (Red+Green+Blue) = 106+218+160=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADAA0 is #95255F. Grayscale: #B2B2B2. Windows color (decimal): -9774432 or 10541674. OLE color: 10541674.

HSL color Cylindrical-coordinate representation of color #6ADAA0: hue angle of 148.93º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADAA0 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 160 -
CMYK 0.51 0 0.27 0.15
HSL 148.93º 0.6% 0.64% -
HSV(B) 148.93º 0.51% 0.85% -
XYZ 37.36 55.75 42.05 -
YUV 177.9 117.89 76.72 -
System Red Green Blue C M Y K H S L
Decimal 106 218 160 0.51 0 0.27 0.15 148.93 0.6 0.64
Hex 6A DA A0 33 0 1B F 95 3C 40
Octal 152 332 240 63 0 33 17 225 74 100
Binary 1101010 11011010 10100000 110011 0 11011 1111 10010101 111100 1000000

Color Harmonies of #6ADAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAA0

Black with #6ADAA0

Text Example


Text Example

White with #6ADAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,218,160); }

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

background-color css

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

 a { background-color: rgb(106,218,160); }

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

border-color css

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

 span { border-color: rgb(106,218,160); }

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