Html Css Color HEX #95EEC1 Magic Mint

📋 copy color: '#95EEC1'

red 149 ◦ green 238 ◦ blue 193

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

Shades of Magic Mint #95EEC1

Tints of Magic Mint #95EEC1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

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

R = 25.69%
G = 41.03%
B = 33.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#95EEC1 (or 0x95EEC1) is known color: Magic Mint. HEX triplet: 95, EE and C1. RGB value is (149,238,193). Sum of RGB (Red+Green+Blue) = 149+238+193=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #95EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EEC1 is #6A113E. Grayscale: #CECECE. Windows color (decimal): -6951231 or 12709525. OLE color: 12709525.

HSL color Cylindrical-coordinate representation of color #95EEC1: hue angle of 149.66º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EEC1 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 238 193 -
CMYK 0.37 0 0.19 0.07
HSL 149.66º 0.72% 0.76% -
HSV(B) 149.66º 0.37% 0.93% -
XYZ 52.59 71.39 61.46 -
YUV 206.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 149 238 193 0.37 0 0.19 0.07 149.66 0.72 0.76
Hex 95 EE C1 25 0 13 7 96 48 4C
Octal 225 356 301 45 0 23 7 226 110 114
Binary 10010101 11101110 11000001 100101 0 10011 111 10010110 1001000 1001100

Color Harmonies of #95EEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EEC1

Black with #95EEC1

Text Example


Text Example

White with #95EEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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