#75EFD0

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

Shades of Aquamarine #75EFD0

Tints of Aquamarine #75EFD0

Color information

#75EFD0 (or 0x75EFD0) is unknown color: approx Aquamarine. HEX triplet: 75, EF and D0. RGB value is (117,239,208). Sum of RGB (Red+Green+Blue) = 117+239+208=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EFD0 is #8A102F. Grayscale: #C6C6C6. Windows color (decimal): -9048112 or 13692789. OLE color: 13692789.

HSL color Cylindrical-coordinate representation of color #75EFD0: hue angle of 164.75º 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 #75EFD0 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB117239208-
CMYK0.5100.130.06
HSL164.75º79.22%69.8%-
HSV(B)164.75º51.05%93.73%-
XYZ49.5970.0770.59-
YUV198.99133.0869.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.74%
GREEN value IS 239 (93.75% from 255) = 42.38%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=20.74%
G=42.38%
B=36.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172392080.5100.130.06164.7579.2269.8
Hex75EFD0330D6a54f46
Octal165357320630156245117106
Binary11101011110111111010000110011011011101010010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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