#69FDAE

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

Shades of Aquamarine #69FDAE

Tints of Aquamarine #69FDAE

Color information

#69FDAE (or 0x69FDAE) is unknown color: approx Aquamarine. HEX triplet: 69, FD and AE. RGB value is (105,253,174). Sum of RGB (Red+Green+Blue) = 105+253+174=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FDAE is #960251. Grayscale: #C7C7C7. Windows color (decimal): -9830994 or 11468137. OLE color: 11468137.

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

Color convert

RGB105253174-
CMYK0.5800.310.01
HSL147.97º97.37%70.2%-
HSV(B)147.97º58.5%99.22%-
XYZ48.5976.3152.21-
YUV199.74113.4760.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.74%
GREEN value IS 253 (99.22% from 255) = 47.56%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=19.74%
G=47.56%
B=32.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052531740.5800.310.01147.9797.3770.2
Hex69FDAE3A01F1946146
Octal151375256720371224141106
Binary1101001111111011010111011101001111111001010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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