#75F7E0

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

Shades of Aquamarine #75F7E0

Tints of Aquamarine #75F7E0

Color information

#75F7E0 (or 0x75F7E0) is unknown color: approx Aquamarine. HEX triplet: 75, F7 and E0. RGB value is (117,247,224). Sum of RGB (Red+Green+Blue) = 117+247+224=588 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.90% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #75F7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F7E0 is #8A081F. Grayscale: #CDCDCD. Windows color (decimal): -9046048 or 14743413. OLE color: 14743413.

HSL color Cylindrical-coordinate representation of color #75F7E0: hue angle of 169.38º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F7E0 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB117247224-
CMYK0.5300.090.03
HSL169.38º89.04%71.37%-
HSV(B)169.38º52.63%96.86%-
XYZ54.0575.6982.28-
YUV205.51138.4364.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.90%
GREEN value IS 247 (96.88% from 255) = 42.01%
BLUE value IS 224 (87.89% from 255) = 38.10%
R=19.90%
G=42.01%
B=38.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172472240.5300.090.03169.3889.0471.37
Hex75F7E035093a95947
Octal165367340650113251131107
Binary1110101111101111110000011010101001111010100110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,247,224); }

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

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

 a { background-color: rgb(117,247,224); }

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

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

 span { border-color: rgb(117,247,224); }

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