Html Css Color HEX #95EFD1 Magic Mint

📋 copy color: '#95EFD1'

red 149 ◦ green 239 ◦ blue 209

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

Shades of Magic Mint #95EFD1

Tints of Magic Mint #95EFD1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.03%

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

R = 24.96%
G = 40.03%
B = 35.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#95EFD1 (or 0x95EFD1) is known color: Magic Mint. HEX triplet: 95, EF and D1. RGB value is (149,239,209). Sum of RGB (Red+Green+Blue) = 149+239+209=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFD1 is #6A102E. Grayscale: #D0D0D0. Windows color (decimal): -6950959 or 13758357. OLE color: 13758357.

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

Color convert

RGB 149 239 209 -
CMYK 0.38 0 0.13 0.06
HSL 160º 0.74% 0.76% -
HSV(B) 160º 0.38% 0.94% -
XYZ 54.77 72.73 71.47 -
YUV 208.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 149 239 209 0.38 0 0.13 0.06 160 0.74 0.76
Hex 95 EF D1 26 0 D 6 A0 4A 4C
Octal 225 357 321 46 0 15 6 240 112 114
Binary 10010101 11101111 11010001 100110 0 1101 110 10100000 1001010 1001100

Color Harmonies of #95EFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFD1

Black with #95EFD1

Text Example


Text Example

White with #95EFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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