#69F8A6

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

Shades of Medium Aquamarine #69F8A6

Tints of Medium Aquamarine #69F8A6

Color information

#69F8A6 (or 0x69F8A6) is unknown color: approx Medium Aquamarine. HEX triplet: 69, F8 and A6. RGB value is (105,248,166). Sum of RGB (Red+Green+Blue) = 105+248+166=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #69F8A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F8A6 is #960759. Grayscale: #C4C4C4. Windows color (decimal): -9832282 or 10942569. OLE color: 10942569.

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

Color convert

RGB105248166-
CMYK0.5800.330.03
HSL145.59º91.08%69.22%-
HSV(B)145.59º57.66%97.25%-
XYZ46.2872.8947.71-
YUV195.9111.1263.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.23%
GREEN value IS 248 (97.27% from 255) = 47.78%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=20.23%
G=47.78%
B=31.98%

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
Decimal1052481660.5800.330.03145.5991.0869.22
Hex69F8A63A0213925b45
Octal151370246720413222133105
Binary110100111111000101001101110100100001111001001010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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