#75EFD8

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

Shades of Aquamarine #75EFD8

Tints of Aquamarine #75EFD8

Color information

#75EFD8 (or 0x75EFD8) is unknown color: approx Aquamarine. HEX triplet: 75, EF and D8. RGB value is (117,239,216). Sum of RGB (Red+Green+Blue) = 117+239+216=572 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.45% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EFD8 is #8A1027. Grayscale: #C7C7C7. Windows color (decimal): -9048104 or 14217077. OLE color: 14217077.

HSL color Cylindrical-coordinate representation of color #75EFD8: hue angle of 168.69º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EFD8 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB117239216-
CMYK0.5100.100.06
HSL168.69º79.22%69.8%-
HSV(B)168.69º51.05%93.73%-
XYZ50.670.4775.9-
YUV199.9137.0868.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.45%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=20.45%
G=41.78%
B=37.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172392160.5100.100.06168.6979.2269.8
Hex75EFD8330A6a94f46
Octal165357330630126251117106
Binary11101011110111111011000110011010101101010100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,239,216); }

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

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

 a { background-color: rgb(117,239,216); }

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

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

 span { border-color: rgb(117,239,216); }

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