Html Css Color HEX #6AE1A6 Medium Aquamarine

📋 copy color: '#6AE1A6'

red 106 ◦ green 225 ◦ blue 166

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

Shades of Medium Aquamarine #6AE1A6

Tints of Medium Aquamarine #6AE1A6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 21.33%
G = 45.27%
B = 33.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#6AE1A6 (or 0x6AE1A6) is known color: Medium Aquamarine. HEX triplet: 6A, E1 and A6. RGB value is (106,225,166). Sum of RGB (Red+Green+Blue) = 106+225+166=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE1A6 is #951E59. Grayscale: #B6B6B6. Windows color (decimal): -9772634 or 10936682. OLE color: 10936682.

HSL color Cylindrical-coordinate representation of color #6AE1A6: hue angle of 150.25º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE1A6 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 106 225 166 -
CMYK 0.53 0 0.26 0.12
HSL 150.25º 0.66% 0.65% -
HSV(B) 150.25º 0.53% 0.88% -
XYZ 39.75 59.67 45.5 -
YUV 182.69 118.58 73.3 -
System Red Green Blue C M Y K H S L
Decimal 106 225 166 0.53 0 0.26 0.12 150.25 0.66 0.65
Hex 6A E1 A6 35 0 1A C 96 42 41
Octal 152 341 246 65 0 32 14 226 102 101
Binary 1101010 11100001 10100110 110101 0 11010 1100 10010110 1000010 1000001

Color Harmonies of #6AE1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE1A6

Black with #6AE1A6

Text Example


Text Example

White with #6AE1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,225,166); }

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

background-color css

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

 a { background-color: rgb(106,225,166); }

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

border-color css

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

 span { border-color: rgb(106,225,166); }

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