Html Css Color HEX #99F2DA Magic Mint

📋 copy color: '#99F2DA'

red 153 ◦ green 242 ◦ blue 218

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

Shades of Magic Mint #99F2DA

Tints of Magic Mint #99F2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.48%

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 24.96%
G = 39.48%
B = 35.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#99F2DA (or 0x99F2DA) is known color: Magic Mint. HEX triplet: 99, F2 and DA. RGB value is (153,242,218). Sum of RGB (Red+Green+Blue) = 153+242+218=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F2DA is #660D25. Grayscale: #D4D4D4. Windows color (decimal): -6688038 or 14348953. OLE color: 14348953.

HSL color Cylindrical-coordinate representation of color #99F2DA: hue angle of 163.82º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F2DA is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 242 218 -
CMYK 0.37 0 0.10 0.05
HSL 163.82º 0.77% 0.77% -
HSV(B) 163.82º 0.37% 0.95% -
XYZ 57.54 75.34 77.84 -
YUV 212.65 131.01 85.45 -
System Red Green Blue C M Y K H S L
Decimal 153 242 218 0.37 0 0.10 0.05 163.82 0.77 0.77
Hex 99 F2 DA 25 0 A 5 A4 4D 4D
Octal 231 362 332 45 0 12 5 244 115 115
Binary 10011001 11110010 11011010 100101 0 1010 101 10100100 1001101 1001101

Color Harmonies of #99F2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F2DA

Black with #99F2DA

Text Example


Text Example

White with #99F2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,242,218); }

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

background-color css

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

 a { background-color: rgb(153,242,218); }

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

border-color css

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

 span { border-color: rgb(153,242,218); }

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