#95F1CB

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

Shades of Magic Mint #95F1CB

Tints of Magic Mint #95F1CB

Color information

#95F1CB (or 0x95F1CB) is unknown color: approx Magic Mint. HEX triplet: 95, F1 and CB. RGB value is (149,241,203). Sum of RGB (Red+Green+Blue) = 149+241+203=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1CB is #6A0E34. Grayscale: #D1D1D1. Windows color (decimal): -6950453 or 13365653. OLE color: 13365653.

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

Color convert

RGB149241203-
CMYK0.3800.160.05
HSL155.22º76.67%76.47%-
HSV(B)155.22º38.17%94.51%-
XYZ54.6373.6167.83-
YUV209.16124.5285.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.13%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=25.13%
G=40.64%
B=34.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492412030.3800.160.05155.2276.6776.47
Hex95F1CB2601059b4d4c
Octal225361313460205233115114
Binary1001010111110001110010111001100100001011001101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,241,203); }

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

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

 a { background-color: rgb(149,241,203); }

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

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

 span { border-color: rgb(149,241,203); }

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