#95FAD0

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

Shades of Magic Mint #95FAD0

Tints of Magic Mint #95FAD0

Color information

#95FAD0 (or 0x95FAD0) is unknown color: approx Magic Mint. HEX triplet: 95, FA and D0. RGB value is (149,250,208). Sum of RGB (Red+Green+Blue) = 149+250+208=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAD0 is #6A052F. Grayscale: #D7D7D7. Windows color (decimal): -6948144 or 13695637. OLE color: 13695637.

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

Color convert

RGB149250208-
CMYK0.4000.170.02
HSL155.05º90.99%78.24%-
HSV(B)155.05º40.4%98.04%-
XYZ57.9779.3171.93-
YUV215.01124.0480.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.55%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=24.55%
G=41.19%
B=34.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502080.4000.170.02155.0590.9978.24
Hex95FAD02801129b5b4e
Octal225372320500212233133116
Binary100101011111101011010000101000010001101001101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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