#75F7E2

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

Shades of Aquamarine #75F7E2

Tints of Aquamarine #75F7E2

Color information

#75F7E2 (or 0x75F7E2) is unknown color: approx Aquamarine. HEX triplet: 75, F7 and E2. RGB value is (117,247,226). Sum of RGB (Red+Green+Blue) = 117+247+226=590 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.83% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #75F7E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F7E2 is #8A081D. Grayscale: #CDCDCD. Windows color (decimal): -9046046 or 14874485. OLE color: 14874485.

HSL color Cylindrical-coordinate representation of color #75F7E2: hue angle of 170.31º 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 #75F7E2 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB117247226-
CMYK0.5300.090.03
HSL170.31º89.04%71.37%-
HSV(B)170.31º52.63%96.86%-
XYZ54.3275.7983.72-
YUV205.74139.4364.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.83%
GREEN value IS 247 (96.88% from 255) = 41.86%
BLUE value IS 226 (88.67% from 255) = 38.31%
R=19.83%
G=41.86%
B=38.31%

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
Decimal1172472260.5300.090.03170.3189.0471.37
Hex75F7E235093aa5947
Octal165367342650113252131107
Binary1110101111101111110001011010101001111010101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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