Html Css Color HEX #99F8DD Magic Mint

📋 copy color: '#99F8DD'

red 153 ◦ green 248 ◦ blue 221

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

Shades of Magic Mint #99F8DD

Tints of Magic Mint #99F8DD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.87%

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 24.6%
G = 39.87%
B = 35.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#99F8DD (or 0x99F8DD) is known color: Magic Mint. HEX triplet: 99, F8 and DD. RGB value is (153,248,221). Sum of RGB (Red+Green+Blue) = 153+248+221=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #99F8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F8DD is #660722. Grayscale: #D8D8D8. Windows color (decimal): -6686499 or 14547097. OLE color: 14547097.

HSL color Cylindrical-coordinate representation of color #99F8DD: hue angle of 162.95º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F8DD is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 248 221 -
CMYK 0.38 0 0.11 0.03
HSL 162.95º 0.87% 0.79% -
HSV(B) 162.95º 0.38% 0.97% -
XYZ 59.76 79.13 80.53 -
YUV 216.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 153 248 221 0.38 0 0.11 0.03 162.95 0.87 0.79
Hex 99 F8 DD 26 0 B 3 A3 57 4F
Octal 231 370 335 46 0 13 3 243 127 117
Binary 10011001 11111000 11011101 100110 0 1011 11 10100011 1010111 1001111

Color Harmonies of #99F8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F8DD

Black with #99F8DD

Text Example


Text Example

White with #99F8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,248,221); }

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

background-color css

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

 a { background-color: rgb(153,248,221); }

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

border-color css

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

 span { border-color: rgb(153,248,221); }

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