#75F9DA

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

Shades of Aquamarine #75F9DA

Tints of Aquamarine #75F9DA

Color information

#75F9DA (or 0x75F9DA) is unknown color: approx Aquamarine. HEX triplet: 75, F9 and DA. RGB value is (117,249,218). Sum of RGB (Red+Green+Blue) = 117+249+218=584 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.03% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F9DA is #8A0625. Grayscale: #CDCDCD. Windows color (decimal): -9045542 or 14350709. OLE color: 14350709.

HSL color Cylindrical-coordinate representation of color #75F9DA: hue angle of 165.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F9DA is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB117249218-
CMYK0.5300.120.02
HSL165.91º91.67%71.76%-
HSV(B)165.91º53.01%97.65%-
XYZ53.8776.678.27-
YUV206134.7764.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.03%
GREEN value IS 249 (97.66% from 255) = 42.64%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=20.03%
G=42.64%
B=37.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172492180.5300.120.02165.9191.6771.76
Hex75F9DA350C2a65c48
Octal165371332650142246134110
Binary1110101111110011101101011010101100101010011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75F9DA; }

 p { color: rgb(117,249,218); }

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

<style>
 a { background-color: #75F9DA; }

 a { background-color: rgb(117,249,218); }

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

<style>
 span { border-color: #75F9DA; }

 span { border-color: rgb(117,249,218); }

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