Html Css Color HEX #6AFAAA Medium Aquamarine

📋 copy color: '#6AFAAA'

red 106 ◦ green 250 ◦ blue 170

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

Shades of Medium Aquamarine #6AFAAA

Tints of Medium Aquamarine #6AFAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.53%

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

R = 20.15%
G = 47.53%
B = 32.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#6AFAAA (or 0x6AFAAA) is known color: Medium Aquamarine. HEX triplet: 6A, FA and AA. RGB value is (106,250,170). Sum of RGB (Red+Green+Blue) = 106+250+170=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFAAA is #950555. Grayscale: #C6C6C6. Windows color (decimal): -9766230 or 11205226. OLE color: 11205226.

HSL color Cylindrical-coordinate representation of color #6AFAAA: hue angle of 146.67º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAAA is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 170 -
CMYK 0.58 0 0.32 0.02
HSL 146.67º 0.94% 0.7% -
HSV(B) 146.67º 0.58% 0.98% -
XYZ 47.39 74.34 49.88 -
YUV 197.82 112.29 62.5 -
System Red Green Blue C M Y K H S L
Decimal 106 250 170 0.58 0 0.32 0.02 146.67 0.94 0.7
Hex 6A FA AA 3A 0 20 2 93 5E 46
Octal 152 372 252 72 0 40 2 223 136 106
Binary 1101010 11111010 10101010 111010 0 100000 10 10010011 1011110 1000110

Color Harmonies of #6AFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFAAA

Black with #6AFAAA

Text Example


Text Example

White with #6AFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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