#75EBDA

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

Shades of Aquamarine #75EBDA

Tints of Aquamarine #75EBDA

Color information

#75EBDA (or 0x75EBDA) is unknown color: approx Aquamarine. HEX triplet: 75, EB and DA. RGB value is (117,235,218). Sum of RGB (Red+Green+Blue) = 117+235+218=570 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.53% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EBDA is #8A1425. Grayscale: #C5C5C5. Windows color (decimal): -9049126 or 14347125. OLE color: 14347125.

HSL color Cylindrical-coordinate representation of color #75EBDA: hue angle of 171.36º degrees, saturation: 0.75, 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 #75EBDA is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB117235218-
CMYK0.5000.070.08
HSL171.36º74.68%69.02%-
HSV(B)171.36º50.21%92.16%-
XYZ49.768.2676.89-
YUV197.78139.4170.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.53%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=20.53%
G=41.23%
B=38.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172352180.5000.070.08171.3674.6869.02
Hex75EBDA32078ab4b45
Octal165353332620710253113105
Binary11101011110101111011010110010011110001010101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,235,218); }

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

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

 a { background-color: rgb(117,235,218); }

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

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

 span { border-color: rgb(117,235,218); }

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