Html Css Color HEX #95FFCB Magic Mint

📋 copy color: '#95FFCB'

red 149 ◦ green 255 ◦ blue 203

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

Shades of Magic Mint #95FFCB

Tints of Magic Mint #95FFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 42.01%

 BLUE value IS 203 (79.69% from 255) = 33.44%

R = 24.55%
G = 42.01%
B = 33.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#95FFCB (or 0x95FFCB) is known color: Magic Mint. HEX triplet: 95, FF and CB. RGB value is (149,255,203). Sum of RGB (Red+Green+Blue) = 149+255+203=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFCB is #6A0034. Grayscale: #D9D9D9. Windows color (decimal): -6946869 or 13369237. OLE color: 13369237.

HSL color Cylindrical-coordinate representation of color #95FFCB: hue angle of 150.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFCB is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 149 255 203 -
CMYK 0.42 0 0.20 0
HSL 150.57º 1% 0.79% -
HSV(B) 150.57º 0.42% 1% -
XYZ 58.93 82.22 69.26 -
YUV 217.38 119.88 79.23 -
System Red Green Blue C M Y K H S L
Decimal 149 255 203 0.42 0 0.20 0 150.57 1 0.79
Hex 95 FF CB 2A 0 14 0 97 64 4F
Octal 225 377 313 52 0 24 0 227 144 117
Binary 10010101 11111111 11001011 101010 0 10100 0 10010111 1100100 1001111

Color Harmonies of #95FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFCB

Black with #95FFCB

Text Example


Text Example

White with #95FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,255,203); }

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

background-color css

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

 a { background-color: rgb(149,255,203); }

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

border-color css

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

 span { border-color: rgb(149,255,203); }

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