#95FFD7

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

Shades of Aquamarine #95FFD7

Tints of Aquamarine #95FFD7

Color information

#95FFD7 (or 0x95FFD7) is unknown color: approx Aquamarine. HEX triplet: 95, FF and D7. RGB value is (149,255,215). Sum of RGB (Red+Green+Blue) = 149+255+215=619 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.07% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFD7 is #6A0028. Grayscale: #DADADA. Windows color (decimal): -6946857 or 14155669. OLE color: 14155669.

HSL color Cylindrical-coordinate representation of color #95FFD7: hue angle of 157.36º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFD7 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB149255215-
CMYK0.4200.160
HSL157.36º100%79.22%-
HSV(B)157.36º41.57%100%-
XYZ60.4282.8277.09-
YUV218.75125.8878.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.07%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 215 (84.38% from 255) = 34.73%
R=24.07%
G=41.20%
B=34.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492552150.4200.160157.3610079.22
Hex95FFD72A01009d644f
Octal225377327520200235144117
Binary10010101111111111101011110101001000001001110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,255,215); }

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

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

 a { background-color: rgb(149,255,215); }

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

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

 span { border-color: rgb(149,255,215); }

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