#75F8DE

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

Shades of Aquamarine #75F8DE

Tints of Aquamarine #75F8DE

Color information

#75F8DE (or 0x75F8DE) is unknown color: approx Aquamarine. HEX triplet: 75, F8 and DE. RGB value is (117,248,222). Sum of RGB (Red+Green+Blue) = 117+248+222=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F8DE is #8A0721. Grayscale: #CDCDCD. Windows color (decimal): -9045794 or 14612597. OLE color: 14612597.

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

Color convert

RGB117248222-
CMYK0.5300.100.03
HSL168.09º90.34%71.57%-
HSV(B)168.09º52.82%97.25%-
XYZ54.0976.1980.96-
YUV205.87137.164.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.93%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=19.93%
G=42.25%
B=37.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172482220.5300.100.03168.0990.3471.57
Hex75F8DE350A3a85a48
Octal165370336650123250132110
Binary1110101111110001101111011010101010111010100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,248,222); }

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

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

 a { background-color: rgb(117,248,222); }

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

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

 span { border-color: rgb(117,248,222); }

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