#95FADF

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

Shades of Aquamarine #95FADF

Tints of Aquamarine #95FADF

Color information

#95FADF (or 0x95FADF) is unknown color: approx Aquamarine. HEX triplet: 95, FA and DF. RGB value is (149,250,223). Sum of RGB (Red+Green+Blue) = 149+250+223=622 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.95% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #95FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FADF is #6A0520. Grayscale: #D8D8D8. Windows color (decimal): -6948129 or 14678677. OLE color: 14678677.

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

Color convert

RGB149250223-
CMYK0.4000.110.02
HSL163.96º90.99%78.24%-
HSV(B)163.96º40.4%98.04%-
XYZ59.980.0982.11-
YUV216.72131.5479.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.95%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=23.95%
G=40.19%
B=35.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502230.4000.110.02163.9690.9978.24
Hex95FADF280B2a45b4e
Octal225372337500132244133116
Binary10010101111110101101111110100001011101010010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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