Html Css Color HEX #99FACB Magic Mint

📋 copy color: '#99FACB'

red 153 ◦ green 250 ◦ blue 203

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

Shades of Magic Mint #99FACB

Tints of Magic Mint #99FACB

RGB

 RED value IS 153 (60.16% from 255) = 25.25%

 GREEN value IS 250 (98.05% from 255) = 41.25%

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

R = 25.25%
G = 41.25%
B = 33.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#99FACB (or 0x99FACB) is known color: Magic Mint. HEX triplet: 99, FA and CB. RGB value is (153,250,203). Sum of RGB (Red+Green+Blue) = 153+250+203=606 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.25% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #99FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FACB is #660534. Grayscale: #D7D7D7. Windows color (decimal): -6686005 or 13367961. OLE color: 13367961.

HSL color Cylindrical-coordinate representation of color #99FACB: hue angle of 150.93º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FACB is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 250 203 -
CMYK 0.39 0 0.19 0.02
HSL 150.93º 0.91% 0.79% -
HSV(B) 150.93º 0.39% 0.98% -
XYZ 58.1 79.46 68.77 -
YUV 215.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 153 250 203 0.39 0 0.19 0.02 150.93 0.91 0.79
Hex 99 FA CB 27 0 13 2 97 5B 4F
Octal 231 372 313 47 0 23 2 227 133 117
Binary 10011001 11111010 11001011 100111 0 10011 10 10010111 1011011 1001111

Color Harmonies of #99FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FACB

Black with #99FACB

Text Example


Text Example

White with #99FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99FACB; }

 p { color: rgb(153,250,203); }

 H1.HeaderClassName
 {
   color: #99FACB;
 }
 .AnyTagClassName
 {
   color: #99FACB;
 }
</style>

background-color css

<style>
 a { background-color: #99FACB; }

 a { background-color: rgb(153,250,203); }

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

border-color css

<style>
 span { border-color: #99FACB; }

 span { border-color: rgb(153,250,203); }

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