#69FFAE

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

Shades of Aquamarine #69FFAE

Tints of Aquamarine #69FFAE

Color information

#69FFAE (or 0x69FFAE) is unknown color: approx Aquamarine. HEX triplet: 69, FF and AE. RGB value is (105,255,174). Sum of RGB (Red+Green+Blue) = 105+255+174=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FFAE is #960051. Grayscale: #C9C9C9. Windows color (decimal): -9830482 or 11468649. OLE color: 11468649.

HSL color Cylindrical-coordinate representation of color #69FFAE: hue angle of 147.6º 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 #69FFAE is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB105255174-
CMYK0.5900.320
HSL147.6º100%70.59%-
HSV(B)147.6º58.82%100%-
XYZ49.2377.5852.42-
YUV200.92112.859.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.66%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=19.66%
G=47.75%
B=32.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052551740.5900.320147.610070.59
Hex69FFAE3B0200946447
Octal151377256730400224144107
Binary11010011111111110101110111011010000001001010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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