#69F2DA

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

Shades of Aquamarine #69F2DA

Tints of Aquamarine #69F2DA

Color information

#69F2DA (or 0x69F2DA) is unknown color: approx Aquamarine. HEX triplet: 69, F2 and DA. RGB value is (105,242,218). Sum of RGB (Red+Green+Blue) = 105+242+218=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F2DA is #960D25. Grayscale: #C6C6C6. Windows color (decimal): -9833766 or 14348905. OLE color: 14348905.

HSL color Cylindrical-coordinate representation of color #69F2DA: hue angle of 169.49º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F2DA is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB105242218-
CMYK0.5700.100.05
HSL169.49º84.05%68.04%-
HSV(B)169.49º56.61%94.9%-
XYZ50.2371.5777.5-
YUV198.3139.1161.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.58%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=18.58%
G=42.83%
B=38.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052422180.5700.100.05169.4984.0568.04
Hex69F2DA390A5a95444
Octal151362332710125251124104
Binary11010011111001011011010111001010101011010100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,242,218); }

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

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

 a { background-color: rgb(105,242,218); }

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

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

 span { border-color: rgb(105,242,218); }

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