#95FCCD

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

Shades of Magic Mint #95FCCD

Tints of Magic Mint #95FCCD

Color information

#95FCCD (or 0x95FCCD) is unknown color: approx Magic Mint. HEX triplet: 95, FC and CD. RGB value is (149,252,205). Sum of RGB (Red+Green+Blue) = 149+252+205=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FCCD is #6A0332. Grayscale: #D7D7D7. Windows color (decimal): -6947635 or 13499541. OLE color: 13499541.

HSL color Cylindrical-coordinate representation of color #95FCCD: hue angle of 152.62º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FCCD is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB149252205-
CMYK0.4100.190.01
HSL152.62º94.5%78.63%-
HSV(B)152.62º40.87%98.82%-
XYZ58.2280.4270.21-
YUV215.84121.8880.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.59%
GREEN value IS 252 (98.83% from 255) = 41.58%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=24.59%
G=41.58%
B=33.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492522050.4100.190.01152.6294.578.63
Hex95FCCD290131995e4f
Octal225374315510231231136117
Binary10010101111111001100110110100101001111001100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,252,205); }

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

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

 a { background-color: rgb(149,252,205); }

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

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

 span { border-color: rgb(149,252,205); }

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