Html Css Color HEX #6AD8AB Medium Aquamarine

📋 copy color: '#6AD8AB'

red 106 ◦ green 216 ◦ blue 171

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

Shades of Medium Aquamarine #6AD8AB

Tints of Medium Aquamarine #6AD8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.81%

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

R = 21.5%
G = 43.81%
B = 34.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#6AD8AB (or 0x6AD8AB) is known color: Medium Aquamarine. HEX triplet: 6A, D8 and AB. RGB value is (106,216,171). Sum of RGB (Red+Green+Blue) = 106+216+171=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD8AB is #952754. Grayscale: #B2B2B2. Windows color (decimal): -9774933 or 11262058. OLE color: 11262058.

HSL color Cylindrical-coordinate representation of color #6AD8AB: hue angle of 155.45º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD8AB is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 216 171 -
CMYK 0.51 0 0.21 0.15
HSL 155.45º 0.59% 0.63% -
HSV(B) 155.45º 0.51% 0.85% -
XYZ 37.85 55.12 47.17 -
YUV 177.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 106 216 171 0.51 0 0.21 0.15 155.45 0.59 0.63
Hex 6A D8 AB 33 0 15 F 9B 3B 3F
Octal 152 330 253 63 0 25 17 233 73 77
Binary 1101010 11011000 10101011 110011 0 10101 1111 10011011 111011 111111

Color Harmonies of #6AD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD8AB

Black with #6AD8AB

Text Example


Text Example

White with #6AD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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