#69FADE

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

Shades of Aquamarine #69FADE

Tints of Aquamarine #69FADE

Color information

#69FADE (or 0x69FADE) is unknown color: approx Aquamarine. HEX triplet: 69, FA and DE. RGB value is (105,250,222). Sum of RGB (Red+Green+Blue) = 105+250+222=577 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.20% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #69FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FADE is #960521. Grayscale: #CBCBCB. Windows color (decimal): -9831714 or 14613097. OLE color: 14613097.

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

Color convert

RGB105250222-
CMYK0.5800.110.02
HSL168.41º93.55%69.61%-
HSV(B)168.41º58%98.04%-
XYZ53.276.6581.1-
YUV203.45138.4657.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.20%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=18.20%
G=43.33%
B=38.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052502220.5800.110.02168.4193.5569.61
Hex69FADE3A0B2a85e46
Octal151372336720132250136106
Binary1101001111110101101111011101001011101010100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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