Html Css Color HEX #6AF2AD Medium Aquamarine

📋 copy color: '#6AF2AD'

red 106 ◦ green 242 ◦ blue 173

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

Shades of Medium Aquamarine #6AF2AD

Tints of Medium Aquamarine #6AF2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 20.35%
G = 46.45%
B = 33.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#6AF2AD (or 0x6AF2AD) is known color: Medium Aquamarine. HEX triplet: 6A, F2 and AD. RGB value is (106,242,173). Sum of RGB (Red+Green+Blue) = 106+242+173=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF2AD is #950D52. Grayscale: #C1C1C1. Windows color (decimal): -9768275 or 11399786. OLE color: 11399786.

HSL color Cylindrical-coordinate representation of color #6AF2AD: hue angle of 149.56º 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 #6AF2AD is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 242 173 -
CMYK 0.56 0 0.29 0.05
HSL 149.56º 0.84% 0.68% -
HSV(B) 149.56º 0.56% 0.95% -
XYZ 45.24 69.59 50.58 -
YUV 193.47 116.44 65.61 -
System Red Green Blue C M Y K H S L
Decimal 106 242 173 0.56 0 0.29 0.05 149.56 0.84 0.68
Hex 6A F2 AD 38 0 1D 5 96 54 44
Octal 152 362 255 70 0 35 5 226 124 104
Binary 1101010 11110010 10101101 111000 0 11101 101 10010110 1010100 1000100

Color Harmonies of #6AF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF2AD

Black with #6AF2AD

Text Example


Text Example

White with #6AF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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