#69FFA8

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

Shades of Aquamarine #69FFA8

Tints of Aquamarine #69FFA8

Color information

#69FFA8 (or 0x69FFA8) is unknown color: approx Aquamarine. HEX triplet: 69, FF and A8. RGB value is (105,255,168). Sum of RGB (Red+Green+Blue) = 105+255+168=528 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.89% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FFA8 is #960057. Grayscale: #C8C8C8. Windows color (decimal): -9830488 or 11075433. OLE color: 11075433.

HSL color Cylindrical-coordinate representation of color #69FFA8: hue angle of 145.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFA8 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB105255168-
CMYK0.5900.340
HSL145.2º100%70.59%-
HSV(B)145.2º58.82%100%-
XYZ48.6577.3549.41-
YUV200.23109.860.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.89%
GREEN value IS 255 (100% from 255) = 48.30%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=19.89%
G=48.30%
B=31.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052551680.5900.340145.210070.59
Hex69FFA83B0220916447
Octal151377250730420221144107
Binary11010011111111110101000111011010001001001000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,255,168); }

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

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

 a { background-color: rgb(105,255,168); }

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

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

 span { border-color: rgb(105,255,168); }

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