#75EAD2

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

Shades of Aquamarine #75EAD2

Tints of Aquamarine #75EAD2

Color information

#75EAD2 (or 0x75EAD2) is unknown color: approx Aquamarine. HEX triplet: 75, EA and D2. RGB value is (117,234,210). Sum of RGB (Red+Green+Blue) = 117+234+210=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EAD2 is #8A152D. Grayscale: #C4C4C4. Windows color (decimal): -9049390 or 13822581. OLE color: 13822581.

HSL color Cylindrical-coordinate representation of color #75EAD2: hue angle of 167.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EAD2 is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB117234210-
CMYK0.500.100.08
HSL167.69º73.58%68.82%-
HSV(B)167.69º50%91.76%-
XYZ48.3967.2871.41-
YUV196.28135.7471.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.86%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=20.86%
G=41.71%
B=37.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172342100.500.100.08167.6973.5868.82
Hex75EAD2320A8a84a45
Octal1653523226201210250112105
Binary111010111101010110100101100100101010001010100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,234,210); }

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

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

 a { background-color: rgb(117,234,210); }

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

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

 span { border-color: rgb(117,234,210); }

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