#69FAC7

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

Shades of Aquamarine #69FAC7

Tints of Aquamarine #69FAC7

Color information

#69FAC7 (or 0x69FAC7) is unknown color: approx Aquamarine. HEX triplet: 69, FA and C7. RGB value is (105,250,199). Sum of RGB (Red+Green+Blue) = 105+250+199=554 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.95% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FAC7 is #960538. Grayscale: #C8C8C8. Windows color (decimal): -9831737 or 13105769. OLE color: 13105769.

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

Color convert

RGB105250199-
CMYK0.5800.200.02
HSL158.9º93.55%69.61%-
HSV(B)158.9º58%98.04%-
XYZ50.3275.565.95-
YUV200.83126.9659.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.95%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=18.95%
G=45.13%
B=35.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052501990.5800.200.02158.993.5569.61
Hex69FAC73A01429f5e46
Octal151372307720242237136106
Binary11010011111101011000111111010010100101001111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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