#75EAD9

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

Shades of Aquamarine #75EAD9

Tints of Aquamarine #75EAD9

Color information

#75EAD9 (or 0x75EAD9) is unknown color: approx Aquamarine. HEX triplet: 75, EA and D9. RGB value is (117,234,217). Sum of RGB (Red+Green+Blue) = 117+234+217=568 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.60% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EAD9 is #8A1526. Grayscale: #C5C5C5. Windows color (decimal): -9049383 or 14281333. OLE color: 14281333.

HSL color Cylindrical-coordinate representation of color #75EAD9: hue angle of 171.28º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EAD9 is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB117234217-
CMYK0.500.070.08
HSL171.28º73.58%68.82%-
HSV(B)171.28º50%91.76%-
XYZ49.2867.6476.1-
YUV197.08139.2470.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.60%
GREEN value IS 234 (91.80% from 255) = 41.20%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=20.60%
G=41.20%
B=38.20%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172342170.500.070.08171.2873.5868.82
Hex75EAD932078ab4a45
Octal165352331620710253112105
Binary11101011110101011011001110010011110001010101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,234,217); }

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

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

 a { background-color: rgb(117,234,217); }

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

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

 span { border-color: rgb(117,234,217); }

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