#69FAA7

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

Shades of Medium Aquamarine #69FAA7

Tints of Medium Aquamarine #69FAA7

Color information

#69FAA7 (or 0x69FAA7) is unknown color: approx Medium Aquamarine. HEX triplet: 69, FA and A7. RGB value is (105,250,167). Sum of RGB (Red+Green+Blue) = 105+250+167=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FAA7 is #960558. Grayscale: #C5C5C5. Windows color (decimal): -9831769 or 11008617. OLE color: 11008617.

HSL color Cylindrical-coordinate representation of color #69FAA7: hue angle of 145.66º 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 #69FAA7 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB105250167-
CMYK0.5800.330.02
HSL145.66º93.55%69.61%-
HSV(B)145.66º58%98.04%-
XYZ46.9974.1648.4-
YUV197.18110.9662.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.11%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=20.11%
G=47.89%
B=31.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052501670.5800.330.02145.6693.5569.61
Hex69FAA73A0212925e46
Octal151372247720412222136106
Binary110100111111010101001111110100100001101001001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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