#95F0CD

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

Shades of Magic Mint #95F0CD

Tints of Magic Mint #95F0CD

Color information

#95F0CD (or 0x95F0CD) is unknown color: approx Magic Mint. HEX triplet: 95, F0 and CD. RGB value is (149,240,205). Sum of RGB (Red+Green+Blue) = 149+240+205=594 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.08% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F0CD is #6A0F32. Grayscale: #D0D0D0. Windows color (decimal): -6950707 or 13496469. OLE color: 13496469.

HSL color Cylindrical-coordinate representation of color #95F0CD: hue angle of 156.92º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F0CD is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB149240205-
CMYK0.3800.150.06
HSL156.92º75.21%76.27%-
HSV(B)156.92º37.92%94.12%-
XYZ54.5773.1268.99-
YUV208.8125.8585.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.08%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=25.08%
G=40.40%
B=34.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492402050.3800.150.06156.9275.2176.27
Hex95F0CD260F69d4b4c
Octal225360315460176235113114
Binary100101011111000011001101100110011111101001110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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