Html Css Color HEX #95EDD1 Magic Mint

📋 copy color: '#95EDD1'

red 149 ◦ green 237 ◦ blue 209

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

Shades of Magic Mint #95EDD1

Tints of Magic Mint #95EDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.83%

 BLUE value IS 209 (82.03% from 255) = 35.13%

R = 25.04%
G = 39.83%
B = 35.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#95EDD1 (or 0x95EDD1) is known color: Magic Mint. HEX triplet: 95, ED and D1. RGB value is (149,237,209). Sum of RGB (Red+Green+Blue) = 149+237+209=595 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.04% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDD1 is #6A122E. Grayscale: #CFCFCF. Windows color (decimal): -6951471 or 13757845. OLE color: 13757845.

HSL color Cylindrical-coordinate representation of color #95EDD1: hue angle of 160.91º degrees, saturation: 0.71, 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 #95EDD1 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 209 -
CMYK 0.37 0 0.12 0.07
HSL 160.91º 0.71% 0.76% -
HSV(B) 160.91º 0.37% 0.93% -
XYZ 54.19 71.56 71.28 -
YUV 207.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 149 237 209 0.37 0 0.12 0.07 160.91 0.71 0.76
Hex 95 ED D1 25 0 C 7 A1 47 4C
Octal 225 355 321 45 0 14 7 241 107 114
Binary 10010101 11101101 11010001 100101 0 1100 111 10100001 1000111 1001100

Color Harmonies of #95EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDD1

Black with #95EDD1

Text Example


Text Example

White with #95EDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,237,209); }

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

background-color css

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

 a { background-color: rgb(149,237,209); }

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

border-color css

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

 span { border-color: rgb(149,237,209); }

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