#75F9E0

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

Shades of Aquamarine #75F9E0

Tints of Aquamarine #75F9E0

Color information

#75F9E0 (or 0x75F9E0) is unknown color: approx Aquamarine. HEX triplet: 75, F9 and E0. RGB value is (117,249,224). Sum of RGB (Red+Green+Blue) = 117+249+224=590 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.83% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F9E0 is #8A061F. Grayscale: #CECECE. Windows color (decimal): -9045536 or 14743925. OLE color: 14743925.

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

Color convert

RGB117249224-
CMYK0.5300.100.02
HSL168.64º91.67%71.76%-
HSV(B)168.64º53.01%97.65%-
XYZ54.6776.9282.49-
YUV206.68137.7764.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.83%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 224 (87.89% from 255) = 37.97%
R=19.83%
G=42.20%
B=37.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172492240.5300.100.02168.6491.6771.76
Hex75F9E0350A2a95c48
Octal165371340650122251134110
Binary1110101111110011110000011010101010101010100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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