Html Css Color HEX #99FAE2 Magic Mint

📋 copy color: '#99FAE2'

red 153 ◦ green 250 ◦ blue 226

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

Shades of Magic Mint #99FAE2

Tints of Magic Mint #99FAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.93%

R = 24.32%
G = 39.75%
B = 35.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#99FAE2 (or 0x99FAE2) is known color: Magic Mint. HEX triplet: 99, FA and E2. RGB value is (153,250,226). Sum of RGB (Red+Green+Blue) = 153+250+226=629 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.32% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAE2 is #66051D. Grayscale: #DADADA. Windows color (decimal): -6685982 or 14875289. OLE color: 14875289.

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

Color convert

RGB 153 250 226 -
CMYK 0.39 0 0.10 0.02
HSL 165.15º 0.91% 0.79% -
HSV(B) 165.15º 0.39% 0.98% -
XYZ 61.05 80.63 84.3 -
YUV 218.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 153 250 226 0.39 0 0.10 0.02 165.15 0.91 0.79
Hex 99 FA E2 27 0 A 2 A5 5B 4F
Octal 231 372 342 47 0 12 2 245 133 117
Binary 10011001 11111010 11100010 100111 0 1010 10 10100101 1011011 1001111

Color Harmonies of #99FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FAE2

Black with #99FAE2

Text Example


Text Example

White with #99FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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