#95FAE7

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

Shades of Aquamarine #95FAE7

Tints of Aquamarine #95FAE7

Color information

#95FAE7 (or 0x95FAE7) is unknown color: approx Aquamarine. HEX triplet: 95, FA and E7. RGB value is (149,250,231). Sum of RGB (Red+Green+Blue) = 149+250+231=630 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.65% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAE7 is #6A0518. Grayscale: #D9D9D9. Windows color (decimal): -6948121 or 15202965. OLE color: 15202965.

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

Color convert

RGB149250231-
CMYK0.4000.080.02
HSL168.71º90.99%78.24%-
HSV(B)168.71º40.4%98.04%-
XYZ6180.5387.93-
YUV217.64135.5479.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.65%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 231 (90.62% from 255) = 36.67%
R=23.65%
G=39.68%
B=36.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502310.4000.080.02168.7190.9978.24
Hex95FAE728082a95b4e
Octal225372347500102251133116
Binary10010101111110101110011110100001000101010100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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