#95F8D9

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

Shades of Aquamarine #95F8D9

Tints of Aquamarine #95F8D9

Color information

#95F8D9 (or 0x95F8D9) is unknown color: approx Aquamarine. HEX triplet: 95, F8 and D9. RGB value is (149,248,217). Sum of RGB (Red+Green+Blue) = 149+248+217=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F8D9 is #6A0726. Grayscale: #D6D6D6. Windows color (decimal): -6948647 or 14284949. OLE color: 14284949.

HSL color Cylindrical-coordinate representation of color #95F8D9: hue angle of 161.21º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F8D9 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB149248217-
CMYK0.4000.120.03
HSL161.21º87.61%77.84%-
HSV(B)161.21º39.92%97.25%-
XYZ58.4978.5377.72-
YUV214.86129.281.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.27%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=24.27%
G=40.39%
B=35.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492482170.4000.120.03161.2187.6177.84
Hex95F8D9280C3a1584e
Octal225370331500143241130116
Binary10010101111110001101100110100001100111010000110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,248,217); }

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

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

 a { background-color: rgb(149,248,217); }

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

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

 span { border-color: rgb(149,248,217); }

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