Html Css Color HEX #99FAC8 Magic Mint

📋 copy color: '#99FAC8'

red 153 ◦ green 250 ◦ blue 200

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

Shades of Magic Mint #99FAC8

Tints of Magic Mint #99FAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.17%

R = 25.37%
G = 41.46%
B = 33.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#99FAC8 (or 0x99FAC8) is known color: Magic Mint. HEX triplet: 99, FA and C8. RGB value is (153,250,200). Sum of RGB (Red+Green+Blue) = 153+250+200=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAC8 is #660537. Grayscale: #D7D7D7. Windows color (decimal): -6686008 or 13171353. OLE color: 13171353.

HSL color Cylindrical-coordinate representation of color #99FAC8: hue angle of 149.07º 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 #99FAC8 is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 250 200 -
CMYK 0.39 0 0.2 0.02
HSL 149.07º 0.91% 0.79% -
HSV(B) 149.07º 0.39% 0.98% -
XYZ 57.75 79.31 66.91 -
YUV 215.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 153 250 200 0.39 0 0.2 0.02 149.07 0.91 0.79
Hex 99 FA C8 27 0 14 2 95 5B 4F
Octal 231 372 310 47 0 24 2 225 133 117
Binary 10011001 11111010 11001000 100111 0 10100 10 10010101 1011011 1001111

Color Harmonies of #99FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FAC8

Black with #99FAC8

Text Example


Text Example

White with #99FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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