#69F8A7

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

Shades of Medium Aquamarine #69F8A7

Tints of Medium Aquamarine #69F8A7

Color information

#69F8A7 (or 0x69F8A7) is unknown color: approx Medium Aquamarine. HEX triplet: 69, F8 and A7. RGB value is (105,248,167). Sum of RGB (Red+Green+Blue) = 105+248+167=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #69F8A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F8A7 is #960758. Grayscale: #C4C4C4. Windows color (decimal): -9832281 or 11008105. OLE color: 11008105.

HSL color Cylindrical-coordinate representation of color #69F8A7: hue angle of 146.01º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69F8A7 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB105248167-
CMYK0.5800.330.03
HSL146.01º91.08%69.22%-
HSV(B)146.01º57.66%97.25%-
XYZ46.3772.9348.19-
YUV196.01111.6263.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.19%
GREEN value IS 248 (97.27% from 255) = 47.69%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=20.19%
G=47.69%
B=32.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1052481670.5800.330.03146.0191.0869.22
Hex69F8A73A0213925b45
Octal151370247720413222133105
Binary110100111111000101001111110100100001111001001010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,248,167); }

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

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

 a { background-color: rgb(105,248,167); }

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

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

 span { border-color: rgb(105,248,167); }

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