#95F0D2

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

Shades of Magic Mint #95F0D2

Tints of Magic Mint #95F0D2

Color information

#95F0D2 (or 0x95F0D2) is unknown color: approx Magic Mint. HEX triplet: 95, F0 and D2. RGB value is (149,240,210). Sum of RGB (Red+Green+Blue) = 149+240+210=599 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.87% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F0D2 is #6A0F2D. Grayscale: #D1D1D1. Windows color (decimal): -6950702 or 13824149. OLE color: 13824149.

HSL color Cylindrical-coordinate representation of color #95F0D2: hue angle of 160.22º 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 #95F0D2 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB149240210-
CMYK0.3800.120.06
HSL160.22º75.21%76.27%-
HSV(B)160.22º37.92%94.12%-
XYZ55.1973.3672.22-
YUV209.37128.3584.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.87%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=24.87%
G=40.07%
B=35.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492402100.3800.120.06160.2275.2176.27
Hex95F0D2260C6a04b4c
Octal225360322460146240113114
Binary100101011111000011010010100110011001101010000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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