Html Css Color HEX #95F0C1 Magic Mint

📋 copy color: '#95F0C1'

red 149 ◦ green 240 ◦ blue 193

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

Shades of Magic Mint #95F0C1

Tints of Magic Mint #95F0C1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.24%

 BLUE value IS 193 (75.78% from 255) = 33.16%

R = 25.6%
G = 41.24%
B = 33.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#95F0C1 (or 0x95F0C1) is known color: Magic Mint. HEX triplet: 95, F0 and C1. RGB value is (149,240,193). Sum of RGB (Red+Green+Blue) = 149+240+193=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F0C1 is #6A0F3E. Grayscale: #CFCFCF. Windows color (decimal): -6950719 or 12710037. OLE color: 12710037.

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

Color convert

RGB 149 240 193 -
CMYK 0.38 0 0.20 0.06
HSL 149.01º 0.75% 0.76% -
HSV(B) 149.01º 0.38% 0.94% -
XYZ 53.18 72.56 61.65 -
YUV 207.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 149 240 193 0.38 0 0.20 0.06 149.01 0.75 0.76
Hex 95 F0 C1 26 0 14 6 95 4B 4C
Octal 225 360 301 46 0 24 6 225 113 114
Binary 10010101 11110000 11000001 100110 0 10100 110 10010101 1001011 1001100

Color Harmonies of #95F0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F0C1

Black with #95F0C1

Text Example


Text Example

White with #95F0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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