Html Css Color HEX #6AF0AB Medium Aquamarine

📋 copy color: '#6AF0AB'

red 106 ◦ green 240 ◦ blue 171

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

Shades of Medium Aquamarine #6AF0AB

Tints of Medium Aquamarine #6AF0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 20.5%
G = 46.42%
B = 33.08%

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

#6AF0AB (or 0x6AF0AB) is known color: Medium Aquamarine. HEX triplet: 6A, F0 and AB. RGB value is (106,240,171). Sum of RGB (Red+Green+Blue) = 106+240+171=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF0AB is #950F54. Grayscale: #C0C0C0. Windows color (decimal): -9768789 or 11268202. OLE color: 11268202.

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

Color convert

RGB 106 240 171 -
CMYK 0.56 0 0.29 0.06
HSL 149.1º 0.82% 0.68% -
HSV(B) 149.1º 0.56% 0.94% -
XYZ 44.45 68.32 49.37 -
YUV 192.07 116.11 66.61 -
System Red Green Blue C M Y K H S L
Decimal 106 240 171 0.56 0 0.29 0.06 149.1 0.82 0.68
Hex 6A F0 AB 38 0 1D 6 95 52 44
Octal 152 360 253 70 0 35 6 225 122 104
Binary 1101010 11110000 10101011 111000 0 11101 110 10010101 1010010 1000100

Color Harmonies of #6AF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF0AB

Black with #6AF0AB

Text Example


Text Example

White with #6AF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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