#95F3DA

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

Shades of Aquamarine #95F3DA

Tints of Aquamarine #95F3DA

Color information

#95F3DA (or 0x95F3DA) is unknown color: approx Aquamarine. HEX triplet: 95, F3 and DA. RGB value is (149,243,218). Sum of RGB (Red+Green+Blue) = 149+243+218=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F3DA is #6A0C25. Grayscale: #D4D4D4. Windows color (decimal): -6949926 or 14349205. OLE color: 14349205.

HSL color Cylindrical-coordinate representation of color #95F3DA: hue angle of 164.04º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F3DA is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB149243218-
CMYK0.3900.100.05
HSL164.04º79.66%76.86%-
HSV(B)164.04º38.68%95.29%-
XYZ57.175.5577.9-
YUV212.04131.3683.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.43%
GREEN value IS 243 (95.31% from 255) = 39.84%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=24.43%
G=39.84%
B=35.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492432180.3900.100.05164.0479.6676.86
Hex95F3DA270A5a4504d
Octal225363332470125244120115
Binary100101011111001111011010100111010101011010010010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,243,218); }

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

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

 a { background-color: rgb(149,243,218); }

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

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

 span { border-color: rgb(149,243,218); }

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