#5FFEB2

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

Shades of Aquamarine #5FFEB2

Tints of Aquamarine #5FFEB2

Color information

#5FFEB2 (or 0x5FFEB2) is unknown color: approx Aquamarine. HEX triplet: 5F, FE and B2. RGB value is (95,254,178). Sum of RGB (Red+Green+Blue) = 95+254+178=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFEB2 is #A0014D. Grayscale: #C5C5C5. Windows color (decimal): -10486094 or 11730527. OLE color: 11730527.

HSL color Cylindrical-coordinate representation of color #5FFEB2: hue angle of 151.32º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFEB2 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB95254178-
CMYK0.6300.300.00
HSL151.32º98.76%68.43%-
HSV(B)151.32º62.6%99.61%-
XYZ48.276.5354.35-
YUV197.8116.8254.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.03%
GREEN value IS 254 (99.61% from 255) = 48.20%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=18.03%
G=48.20%
B=33.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal952541780.6300.300.00151.3298.7668.43
Hex5FFEB23F01E0976344
Octal137376262770360227143104
Binary1011111111111101011001011111101111001001011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FFEB2; }

 p { color: rgb(95,254,178); }

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

<style>
 a { background-color: #5FFEB2; }

 a { background-color: rgb(95,254,178); }

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

<style>
 span { border-color: #5FFEB2; }

 span { border-color: rgb(95,254,178); }

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