Html Css Color HEX #99F0D8 Magic Mint

📋 copy color: '#99F0D8'

red 153 ◦ green 240 ◦ blue 216

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

Shades of Magic Mint #99F0D8

Tints of Magic Mint #99F0D8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.41%

 BLUE value IS 216 (84.77% from 255) = 35.47%

R = 25.12%
G = 39.41%
B = 35.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#99F0D8 (or 0x99F0D8) is known color: Magic Mint. HEX triplet: 99, F0 and D8. RGB value is (153,240,216). Sum of RGB (Red+Green+Blue) = 153+240+216=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0D8 is #660F27. Grayscale: #D3D3D3. Windows color (decimal): -6688552 or 14217369. OLE color: 14217369.

HSL color Cylindrical-coordinate representation of color #99F0D8: hue angle of 163.45º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99F0D8 is Cyan = 0.36, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 240 216 -
CMYK 0.36 0 0.1 0.06
HSL 163.45º 0.74% 0.77% -
HSV(B) 163.45º 0.36% 0.94% -
XYZ 56.69 74.05 76.27 -
YUV 211.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 153 240 216 0.36 0 0.1 0.06 163.45 0.74 0.77
Hex 99 F0 D8 24 0 A 6 A3 4A 4D
Octal 231 360 330 44 0 12 6 243 112 115
Binary 10011001 11110000 11011000 100100 0 1010 110 10100011 1001010 1001101

Color Harmonies of #99F0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F0D8

Black with #99F0D8

Text Example


Text Example

White with #99F0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,240,216); }

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

background-color css

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

 a { background-color: rgb(153,240,216); }

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

border-color css

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

 span { border-color: rgb(153,240,216); }

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