#75F5DE

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

Shades of Aquamarine #75F5DE

Tints of Aquamarine #75F5DE

Color information

#75F5DE (or 0x75F5DE) is unknown color: approx Aquamarine. HEX triplet: 75, F5 and DE. RGB value is (117,245,222). Sum of RGB (Red+Green+Blue) = 117+245+222=584 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.03% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #75F5DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F5DE is #8A0A21. Grayscale: #CCCCCC. Windows color (decimal): -9046562 or 14611829. OLE color: 14611829.

HSL color Cylindrical-coordinate representation of color #75F5DE: hue angle of 169.22º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F5DE is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB117245222-
CMYK0.5200.090.04
HSL169.22º86.49%70.98%-
HSV(B)169.22º52.24%96.08%-
XYZ53.1774.3680.66-
YUV204.11138.0965.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.03%
GREEN value IS 245 (96.09% from 255) = 41.95%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=20.03%
G=41.95%
B=38.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172452220.5200.090.04169.2286.4970.98
Hex75F5DE34094a95647
Octal165365336640114251126107
Binary11101011111010111011110110100010011001010100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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