#75FBDA

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

Shades of Aquamarine #75FBDA

Tints of Aquamarine #75FBDA

Color information

#75FBDA (or 0x75FBDA) is unknown color: approx Aquamarine. HEX triplet: 75, FB and DA. RGB value is (117,251,218). Sum of RGB (Red+Green+Blue) = 117+251+218=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FBDA is #8A0425. Grayscale: #CFCFCF. Windows color (decimal): -9045030 or 14351221. OLE color: 14351221.

HSL color Cylindrical-coordinate representation of color #75FBDA: hue angle of 165.22º degrees, saturation: 0.94, 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 #75FBDA is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB117251218-
CMYK0.5300.130.02
HSL165.22º94.37%72.16%-
HSV(B)165.22º53.39%98.43%-
XYZ54.4977.8478.48-
YUV207.17134.1163.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.97%
GREEN value IS 251 (98.44% from 255) = 42.83%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=19.97%
G=42.83%
B=37.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172512180.5300.130.02165.2294.3772.16
Hex75FBDA350D2a55e48
Octal165373332650152245136110
Binary1110101111110111101101011010101101101010010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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