#69FEAE

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

Shades of Aquamarine #69FEAE

Tints of Aquamarine #69FEAE

Color information

#69FEAE (or 0x69FEAE) is unknown color: approx Aquamarine. HEX triplet: 69, FE and AE. RGB value is (105,254,174). Sum of RGB (Red+Green+Blue) = 105+254+174=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #69FEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FEAE is #960151. Grayscale: #C8C8C8. Windows color (decimal): -9830738 or 11468393. OLE color: 11468393.

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

Color convert

RGB105254174-
CMYK0.5900.310.00
HSL147.79º98.68%70.39%-
HSV(B)147.79º58.66%99.61%-
XYZ48.9176.9452.32-
YUV200.33113.1460-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.70%
GREEN value IS 254 (99.61% from 255) = 47.65%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=19.70%
G=47.65%
B=32.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1052541740.5900.310.00147.7998.6870.39
Hex69FEAE3B01F0946346
Octal151376256730370224143106
Binary1101001111111101010111011101101111101001010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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