#95FAE3

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

Shades of Aquamarine #95FAE3

Tints of Aquamarine #95FAE3

Color information

#95FAE3 (or 0x95FAE3) is unknown color: approx Aquamarine. HEX triplet: 95, FA and E3. RGB value is (149,250,227). Sum of RGB (Red+Green+Blue) = 149+250+227=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAE3 is #6A051C. Grayscale: #D9D9D9. Windows color (decimal): -6948125 or 14940821. OLE color: 14940821.

HSL color Cylindrical-coordinate representation of color #95FAE3: hue angle of 166.34º 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 #95FAE3 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB149250227-
CMYK0.4000.090.02
HSL166.34º90.99%78.24%-
HSV(B)166.34º40.4%98.04%-
XYZ60.4580.3184.99-
YUV217.18133.5479.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.80%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 227 (89.06% from 255) = 36.26%
R=23.80%
G=39.94%
B=36.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502270.4000.090.02166.3490.9978.24
Hex95FAE328092a65b4e
Octal225372343500112246133116
Binary10010101111110101110001110100001001101010011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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