#69FAA6

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

Shades of Medium Aquamarine #69FAA6

Tints of Medium Aquamarine #69FAA6

Color information

#69FAA6 (or 0x69FAA6) is unknown color: approx Medium Aquamarine. HEX triplet: 69, FA and A6. RGB value is (105,250,166). Sum of RGB (Red+Green+Blue) = 105+250+166=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FAA6 is #960559. Grayscale: #C5C5C5. Windows color (decimal): -9831770 or 10943081. OLE color: 10943081.

HSL color Cylindrical-coordinate representation of color #69FAA6: hue angle of 145.24º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FAA6 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB105250166-
CMYK0.5800.340.02
HSL145.24º93.55%69.61%-
HSV(B)145.24º58%98.04%-
XYZ46.8974.1347.91-
YUV197.07110.4662.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.15%
GREEN value IS 250 (98.05% from 255) = 47.98%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=20.15%
G=47.98%
B=31.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052501660.5800.340.02145.2493.5569.61
Hex69FAA63A0222915e46
Octal151372246720422221136106
Binary110100111111010101001101110100100010101001000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69FAA6; }

 p { color: rgb(105,250,166); }

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

<style>
 a { background-color: #69FAA6; }

 a { background-color: rgb(105,250,166); }

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

<style>
 span { border-color: #69FAA6; }

 span { border-color: rgb(105,250,166); }

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