#75FCAF

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

Shades of Aquamarine #75FCAF

Tints of Aquamarine #75FCAF

Color information

#75FCAF (or 0x75FCAF) is unknown color: approx Aquamarine. HEX triplet: 75, FC and AF. RGB value is (117,252,175). Sum of RGB (Red+Green+Blue) = 117+252+175=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FCAF is #8A0350. Grayscale: #CBCBCB. Windows color (decimal): -9044817 or 11533429. OLE color: 11533429.

HSL color Cylindrical-coordinate representation of color #75FCAF: hue angle of 145.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FCAF is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB117252175-
CMYK0.5400.310.01
HSL145.78º95.74%72.35%-
HSV(B)145.78º53.57%98.82%-
XYZ49.8876.552.69-
YUV202.86112.2766.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.51%
GREEN value IS 252 (98.83% from 255) = 46.32%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=21.51%
G=46.32%
B=32.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172521750.5400.310.01145.7895.7472.35
Hex75FCAF3601F1926048
Octal165374257660371222140110
Binary1110101111111001010111111011001111111001001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,252,175); }

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

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

 a { background-color: rgb(117,252,175); }

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

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

 span { border-color: rgb(117,252,175); }

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