Html Css Color HEX #95F4D3 Magic Mint

📋 copy color: '#95F4D3'

red 149 ◦ green 244 ◦ blue 211

#95F4D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #95F4D3

Tints of Magic Mint #95F4D3

RGB

 RED value IS 149 (58.59% from 255) = 24.67%

 GREEN value IS 244 (95.7% from 255) = 40.4%

 BLUE value IS 211 (82.81% from 255) = 34.93%

R = 24.67%
G = 40.4%
B = 34.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#95F4D3 (or 0x95F4D3) is known color: Magic Mint. HEX triplet: 95, F4 and D3. RGB value is (149,244,211). Sum of RGB (Red+Green+Blue) = 149+244+211=604 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.67% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #95F4D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F4D3 is #6A0B2C. Grayscale: #D3D3D3. Windows color (decimal): -6949677 or 13890709. OLE color: 13890709.

HSL color Cylindrical-coordinate representation of color #95F4D3: hue angle of 159.16º 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 #95F4D3 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 244 211 -
CMYK 0.39 0 0.14 0.04
HSL 159.16º 0.81% 0.77% -
HSV(B) 159.16º 0.39% 0.96% -
XYZ 56.5 75.79 73.28 -
YUV 211.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 149 244 211 0.39 0 0.14 0.04 159.16 0.81 0.77
Hex 95 F4 D3 27 0 E 4 9F 51 4D
Octal 225 364 323 47 0 16 4 237 121 115
Binary 10010101 11110100 11010011 100111 0 1110 100 10011111 1010001 1001101

Color Harmonies of #95F4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F4D3

Black with #95F4D3

Text Example


Text Example

White with #95F4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95F4D3;
 }
 .AnyTagClassName
 {
   color: #95F4D3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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