Html Css Color HEX #95EDD5 Magic Mint

📋 copy color: '#95EDD5'

red 149 ◦ green 237 ◦ blue 213

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

Shades of Magic Mint #95EDD5

Tints of Magic Mint #95EDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.56%

R = 24.87%
G = 39.57%
B = 35.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#95EDD5 (or 0x95EDD5) is known color: Magic Mint. HEX triplet: 95, ED and D5. RGB value is (149,237,213). Sum of RGB (Red+Green+Blue) = 149+237+213=599 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.87% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDD5 is #6A122A. Grayscale: #CFCFCF. Windows color (decimal): -6951467 or 14019989. OLE color: 14019989.

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

Color convert

RGB 149 237 213 -
CMYK 0.37 0 0.10 0.07
HSL 163.64º 0.71% 0.76% -
HSV(B) 163.64º 0.37% 0.93% -
XYZ 54.69 71.76 73.92 -
YUV 207.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 149 237 213 0.37 0 0.10 0.07 163.64 0.71 0.76
Hex 95 ED D5 25 0 A 7 A4 47 4C
Octal 225 355 325 45 0 12 7 244 107 114
Binary 10010101 11101101 11010101 100101 0 1010 111 10100100 1000111 1001100

Color Harmonies of #95EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDD5

Black with #95EDD5

Text Example


Text Example

White with #95EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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