#69FADC

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

Shades of Aquamarine #69FADC

Tints of Aquamarine #69FADC

Color information

#69FADC (or 0x69FADC) is unknown color: approx Aquamarine. HEX triplet: 69, FA and DC. RGB value is (105,250,220). Sum of RGB (Red+Green+Blue) = 105+250+220=575 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.26% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #69FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FADC is #960523. Grayscale: #CBCBCB. Windows color (decimal): -9831716 or 14482025. OLE color: 14482025.

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

Color convert

RGB105250220-
CMYK0.5800.120.02
HSL167.59º93.55%69.61%-
HSV(B)167.59º58%98.04%-
XYZ52.9376.5479.69-
YUV203.23137.4657.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.26%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=18.26%
G=43.48%
B=38.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052502200.5800.120.02167.5993.5569.61
Hex69FADC3A0C2a85e46
Octal151372334720142250136106
Binary1101001111110101101110011101001100101010100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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