#75F2DE

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

Shades of Aquamarine #75F2DE

Tints of Aquamarine #75F2DE

Color information

#75F2DE (or 0x75F2DE) is unknown color: approx Aquamarine. HEX triplet: 75, F2 and DE. RGB value is (117,242,222). Sum of RGB (Red+Green+Blue) = 117+242+222=581 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.14% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F2DE is #8A0D21. Grayscale: #CACACA. Windows color (decimal): -9047330 or 14611061. OLE color: 14611061.

HSL color Cylindrical-coordinate representation of color #75F2DE: hue angle of 170.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F2DE is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB117242222-
CMYK0.5200.080.05
HSL170.4º82.78%70.39%-
HSV(B)170.4º51.65%94.9%-
XYZ52.2772.5680.36-
YUV202.34139.0967.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.14%
GREEN value IS 242 (94.92% from 255) = 41.65%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=20.14%
G=41.65%
B=38.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172422220.5200.080.05170.482.7870.39
Hex75F2DE34085aa5346
Octal165362336640105252123106
Binary11101011111001011011110110100010001011010101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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