Html Css Color HEX #95F1D8 Magic Mint

📋 copy color: '#95F1D8'

red 149 ◦ green 241 ◦ blue 216

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

Shades of Magic Mint #95F1D8

Tints of Magic Mint #95F1D8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.77%

 BLUE value IS 216 (84.77% from 255) = 35.64%

R = 24.59%
G = 39.77%
B = 35.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#95F1D8 (or 0x95F1D8) is known color: Magic Mint. HEX triplet: 95, F1 and D8. RGB value is (149,241,216). Sum of RGB (Red+Green+Blue) = 149+241+216=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1D8 is #6A0E27. Grayscale: #D2D2D2. Windows color (decimal): -6950440 or 14217621. OLE color: 14217621.

HSL color Cylindrical-coordinate representation of color #95F1D8: hue angle of 163.7º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1D8 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 241 216 -
CMYK 0.38 0 0.10 0.05
HSL 163.7º 0.77% 0.76% -
HSV(B) 163.7º 0.38% 0.95% -
XYZ 56.24 74.26 76.33 -
YUV 210.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 149 241 216 0.38 0 0.10 0.05 163.7 0.77 0.76
Hex 95 F1 D8 26 0 A 5 A4 4D 4C
Octal 225 361 330 46 0 12 5 244 115 114
Binary 10010101 11110001 11011000 100110 0 1010 101 10100100 1001101 1001100

Color Harmonies of #95F1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F1D8

Black with #95F1D8

Text Example


Text Example

White with #95F1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,241,216); }

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

background-color css

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

 a { background-color: rgb(149,241,216); }

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

border-color css

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

 span { border-color: rgb(149,241,216); }

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