Html Css Color HEX #6AF2AA Medium Aquamarine

📋 copy color: '#6AF2AA'

red 106 ◦ green 242 ◦ blue 170

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

Shades of Medium Aquamarine #6AF2AA

Tints of Medium Aquamarine #6AF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.72%

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

R = 20.46%
G = 46.72%
B = 32.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#6AF2AA (or 0x6AF2AA) is known color: Medium Aquamarine. HEX triplet: 6A, F2 and AA. RGB value is (106,242,170). Sum of RGB (Red+Green+Blue) = 106+242+170=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF2AA is #950D55. Grayscale: #C1C1C1. Windows color (decimal): -9768278 or 11203178. OLE color: 11203178.

HSL color Cylindrical-coordinate representation of color #6AF2AA: hue angle of 148.24º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF2AA is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 242 170 -
CMYK 0.56 0 0.30 0.05
HSL 148.24º 0.84% 0.68% -
HSV(B) 148.24º 0.56% 0.95% -
XYZ 44.95 69.47 49.07 -
YUV 193.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 106 242 170 0.56 0 0.30 0.05 148.24 0.84 0.68
Hex 6A F2 AA 38 0 1E 5 94 54 44
Octal 152 362 252 70 0 36 5 224 124 104
Binary 1101010 11110010 10101010 111000 0 11110 101 10010100 1010100 1000100

Color Harmonies of #6AF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF2AA

Black with #6AF2AA

Text Example


Text Example

White with #6AF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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