#75EDCF

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

Shades of Aquamarine #75EDCF

Tints of Aquamarine #75EDCF

Color information

#75EDCF (or 0x75EDCF) is unknown color: approx Aquamarine. HEX triplet: 75, ED and CF. RGB value is (117,237,207). Sum of RGB (Red+Green+Blue) = 117+237+207=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDCF is #8A1230. Grayscale: #C5C5C5. Windows color (decimal): -9048625 or 13626741. OLE color: 13626741.

HSL color Cylindrical-coordinate representation of color #75EDCF: hue angle of 165º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDCF is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB117237207-
CMYK0.5100.130.07
HSL165º76.92%69.41%-
HSV(B)165º50.63%92.94%-
XYZ48.8868.8669.75-
YUV197.7133.2470.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.86%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=20.86%
G=42.25%
B=36.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172372070.5100.130.0716576.9269.41
Hex75EDCF330D7a54d45
Octal165355317630157245115105
Binary11101011110110111001111110011011011111010010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,237,207); }

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

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

 a { background-color: rgb(117,237,207); }

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

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

 span { border-color: rgb(117,237,207); }

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