Html Css Color HEX #6AF0AA Medium Aquamarine

📋 copy color: '#6AF0AA'

red 106 ◦ green 240 ◦ blue 170

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

Shades of Medium Aquamarine #6AF0AA

Tints of Medium Aquamarine #6AF0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.51%

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

R = 20.54%
G = 46.51%
B = 32.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#6AF0AA (or 0x6AF0AA) is known color: Medium Aquamarine. HEX triplet: 6A, F0 and AA. RGB value is (106,240,170). Sum of RGB (Red+Green+Blue) = 106+240+170=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF0AA is #950F55. Grayscale: #C0C0C0. Windows color (decimal): -9768790 or 11202666. OLE color: 11202666.

HSL color Cylindrical-coordinate representation of color #6AF0AA: hue angle of 148.66º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0AA is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 240 170 -
CMYK 0.56 0 0.29 0.06
HSL 148.66º 0.82% 0.68% -
HSV(B) 148.66º 0.56% 0.94% -
XYZ 44.36 68.29 48.87 -
YUV 191.95 115.61 66.69 -
System Red Green Blue C M Y K H S L
Decimal 106 240 170 0.56 0 0.29 0.06 148.66 0.82 0.68
Hex 6A F0 AA 38 0 1D 6 95 52 44
Octal 152 360 252 70 0 35 6 225 122 104
Binary 1101010 11110000 10101010 111000 0 11101 110 10010101 1010010 1000100

Color Harmonies of #6AF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF0AA

Black with #6AF0AA

Text Example


Text Example

White with #6AF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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