#6AFDA8

Color #6AFDA8 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6AFDA8

Tints of Medium Aquamarine #6AFDA8

Color information

#6AFDA8 (or 0x6AFDA8) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, FD and A8. RGB value is (106,253,168). Sum of RGB (Red+Green+Blue) = 106+253+168=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFDA8 is #950257. Grayscale: #C7C7C7. Windows color (decimal): -9765464 or 11074922. OLE color: 11074922.

HSL color Cylindrical-coordinate representation of color #6AFDA8: hue angle of 145.31º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDA8 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB106253168-
CMYK0.5800.340.01
HSL145.31º97.35%70.39%-
HSV(B)145.31º58.1%99.22%-
XYZ48.1476.1449.21-
YUV199.36110.361.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.11%
GREEN value IS 253 (99.22% from 255) = 48.01%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=20.11%
G=48.01%
B=31.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531680.5800.340.01145.3197.3570.39
Hex6AFDA83A0221916146
Octal152375250720421221141106
Binary11010101111110110101000111010010001011001000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,253,168); }

 H1.HeaderClassName
 {
   color: #6AFDA8;
 }
 .AnyTagClassName
 {
   color: #6AFDA8;
 }
</style>
background-color css

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

 a { background-color: rgb(106,253,168); }

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

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

 span { border-color: rgb(106,253,168); }

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