#95F4CA

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

Shades of Magic Mint #95F4CA

Tints of Magic Mint #95F4CA

Color information

#95F4CA (or 0x95F4CA) is unknown color: approx Magic Mint. HEX triplet: 95, F4 and CA. RGB value is (149,244,202). Sum of RGB (Red+Green+Blue) = 149+244+202=595 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.04% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #95F4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F4CA is #6A0B35. Grayscale: #D2D2D2. Windows color (decimal): -6949686 or 13300885. OLE color: 13300885.

HSL color Cylindrical-coordinate representation of color #95F4CA: hue angle of 153.47º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F4CA is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB149244202-
CMYK0.3900.170.04
HSL153.47º81.2%77.06%-
HSV(B)153.47º38.93%95.69%-
XYZ55.4175.3667.5-
YUV210.81123.0383.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.04%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=25.04%
G=41.01%
B=33.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492442020.3900.170.04153.4781.277.06
Hex95F4CA27011499514d
Octal225364312470214231121115
Binary1001010111110100110010101001110100011001001100110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,244,202); }

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

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

 a { background-color: rgb(149,244,202); }

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

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

 span { border-color: rgb(149,244,202); }

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