#95FBD5

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

Shades of Aquamarine #95FBD5

Tints of Aquamarine #95FBD5

Color information

#95FBD5 (or 0x95FBD5) is unknown color: approx Aquamarine. HEX triplet: 95, FB and D5. RGB value is (149,251,213). Sum of RGB (Red+Green+Blue) = 149+251+213=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FBD5 is #6A042A. Grayscale: #D8D8D8. Windows color (decimal): -6947883 or 14023573. OLE color: 14023573.

HSL color Cylindrical-coordinate representation of color #95FBD5: hue angle of 157.65º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBD5 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB149251213-
CMYK0.4100.150.02
HSL157.65º92.73%78.43%-
HSV(B)157.65º40.64%98.43%-
XYZ58.980.1975.32-
YUV216.17126.2180.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.31%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=24.31%
G=40.95%
B=34.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492512130.4100.150.02157.6592.7378.43
Hex95FBD5290F29e5d4e
Octal225373325510172236135116
Binary10010101111110111101010110100101111101001111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,251,213); }

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

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

 a { background-color: rgb(149,251,213); }

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

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

 span { border-color: rgb(149,251,213); }

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