#95FAE1

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

Shades of Aquamarine #95FAE1

Tints of Aquamarine #95FAE1

Color information

#95FAE1 (or 0x95FAE1) is unknown color: approx Aquamarine. HEX triplet: 95, FA and E1. RGB value is (149,250,225). Sum of RGB (Red+Green+Blue) = 149+250+225=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAE1 is #6A051E. Grayscale: #D8D8D8. Windows color (decimal): -6948127 or 14809749. OLE color: 14809749.

HSL color Cylindrical-coordinate representation of color #95FAE1: hue angle of 165.15º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAE1 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB149250225-
CMYK0.4000.100.02
HSL165.15º90.99%78.24%-
HSV(B)165.15º40.4%98.04%-
XYZ60.1780.283.54-
YUV216.95132.5479.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.88%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 225 (88.28% from 255) = 36.06%
R=23.88%
G=40.06%
B=36.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502250.4000.100.02165.1590.9978.24
Hex95FAE1280A2a55b4e
Octal225372341500122245133116
Binary10010101111110101110000110100001010101010010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95FAE1; }

 p { color: rgb(149,250,225); }

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

<style>
 a { background-color: #95FAE1; }

 a { background-color: rgb(149,250,225); }

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

<style>
 span { border-color: #95FAE1; }

 span { border-color: rgb(149,250,225); }

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