Html Css Color HEX #95F5CE Magic Mint

📋 copy color: '#95F5CE'

red 149 ◦ green 245 ◦ blue 206

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

Shades of Magic Mint #95F5CE

Tints of Magic Mint #95F5CE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.83%

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 24.83%
G = 40.83%
B = 34.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#95F5CE (or 0x95F5CE) is known color: Magic Mint. HEX triplet: 95, F5 and CE. RGB value is (149,245,206). Sum of RGB (Red+Green+Blue) = 149+245+206=600 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.83% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #95F5CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F5CE is #6A0A31. Grayscale: #D3D3D3. Windows color (decimal): -6949426 or 13563285. OLE color: 13563285.

HSL color Cylindrical-coordinate representation of color #95F5CE: hue angle of 155.62º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F5CE is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 245 206 -
CMYK 0.39 0 0.16 0.04
HSL 155.63º 0.83% 0.77% -
HSV(B) 155.63º 0.39% 0.96% -
XYZ 56.19 76.15 70.13 -
YUV 211.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 149 245 206 0.39 0 0.16 0.04 155.63 0.83 0.77
Hex 95 F5 CE 27 0 10 4 9C 53 4D
Octal 225 365 316 47 0 20 4 234 123 115
Binary 10010101 11110101 11001110 100111 0 10000 100 10011100 1010011 1001101

Color Harmonies of #95F5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F5CE

Black with #95F5CE

Text Example


Text Example

White with #95F5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,245,206); }

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

background-color css

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

 a { background-color: rgb(149,245,206); }

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

border-color css

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

 span { border-color: rgb(149,245,206); }

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