Html Css Color HEX #99FCD0 Magic Mint

📋 copy color: '#99FCD0'

red 153 ◦ green 252 ◦ blue 208

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

Shades of Magic Mint #99FCD0

Tints of Magic Mint #99FCD0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.11%

 BLUE value IS 208 (81.64% from 255) = 33.93%

R = 24.96%
G = 41.11%
B = 33.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#99FCD0 (or 0x99FCD0) is known color: Magic Mint. HEX triplet: 99, FC and D0. RGB value is (153,252,208). Sum of RGB (Red+Green+Blue) = 153+252+208=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FCD0 is #66032F. Grayscale: #D9D9D9. Windows color (decimal): -6685488 or 13696153. OLE color: 13696153.

HSL color Cylindrical-coordinate representation of color #99FCD0: hue angle of 153.33º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FCD0 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 252 208 -
CMYK 0.39 0 0.17 0.01
HSL 153.33º 0.94% 0.79% -
HSV(B) 153.33º 0.39% 0.99% -
XYZ 59.33 80.95 72.17 -
YUV 217.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 153 252 208 0.39 0 0.17 0.01 153.33 0.94 0.79
Hex 99 FC D0 27 0 11 1 99 5E 4F
Octal 231 374 320 47 0 21 1 231 136 117
Binary 10011001 11111100 11010000 100111 0 10001 1 10011001 1011110 1001111

Color Harmonies of #99FCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FCD0

Black with #99FCD0

Text Example


Text Example

White with #99FCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,252,208); }

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

background-color css

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

 a { background-color: rgb(153,252,208); }

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

border-color css

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

 span { border-color: rgb(153,252,208); }

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