#75FEBE

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

Shades of Aquamarine #75FEBE

Tints of Aquamarine #75FEBE

Color information

#75FEBE (or 0x75FEBE) is unknown color: approx Aquamarine. HEX triplet: 75, FE and BE. RGB value is (117,254,190). Sum of RGB (Red+Green+Blue) = 117+254+190=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FEBE is #8A0141. Grayscale: #CDCDCD. Windows color (decimal): -9044290 or 12516981. OLE color: 12516981.

HSL color Cylindrical-coordinate representation of color #75FEBE: hue angle of 151.97º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FEBE is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB117254190-
CMYK0.5400.250.00
HSL151.97º98.56%72.75%-
HSV(B)151.97º53.94%99.61%-
XYZ52.0778.3861.1-
YUV205.74119.1164.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.86%
GREEN value IS 254 (99.61% from 255) = 45.28%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=20.86%
G=45.28%
B=33.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172541900.5400.250.00151.9798.5672.75
Hex75FEBE360190986349
Octal165376276660310230143111
Binary1110101111111101011111011011001100101001100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,254,190); }

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

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

 a { background-color: rgb(117,254,190); }

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

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

 span { border-color: rgb(117,254,190); }

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