#75EBCD

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

Shades of Aquamarine #75EBCD

Tints of Aquamarine #75EBCD

Color information

#75EBCD (or 0x75EBCD) is unknown color: approx Aquamarine. HEX triplet: 75, EB and CD. RGB value is (117,235,205). Sum of RGB (Red+Green+Blue) = 117+235+205=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EBCD is #8A1432. Grayscale: #C4C4C4. Windows color (decimal): -9049139 or 13495157. OLE color: 13495157.

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

Color convert

RGB117235205-
CMYK0.5000.130.08
HSL164.75º74.68%69.02%-
HSV(B)164.75º50.21%92.16%-
XYZ48.0667.6168.27-
YUV196.3132.9171.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.01%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=21.01%
G=42.19%
B=36.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172352050.5000.130.08164.7574.6869.02
Hex75EBCD320D8a54b45
Octal1653533156201510245113105
Binary111010111101011110011011100100110110001010010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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