#69FADF

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

Shades of Aquamarine #69FADF

Tints of Aquamarine #69FADF

Color information

#69FADF (or 0x69FADF) is unknown color: approx Aquamarine. HEX triplet: 69, FA and DF. RGB value is (105,250,223). Sum of RGB (Red+Green+Blue) = 105+250+223=578 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.17% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #69FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FADF is #960520. Grayscale: #CBCBCB. Windows color (decimal): -9831713 or 14678633. OLE color: 14678633.

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

Color convert

RGB105250223-
CMYK0.5800.110.02
HSL168.83º93.55%69.61%-
HSV(B)168.83º58%98.04%-
XYZ53.3376.781.81-
YUV203.57138.9657.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.17%
GREEN value IS 250 (98.05% from 255) = 43.25%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=18.17%
G=43.25%
B=38.58%

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
Decimal1052502230.5800.110.02168.8393.5569.61
Hex69FADF3A0B2a95e46
Octal151372337720132251136106
Binary1101001111110101101111111101001011101010100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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