Html Css Color HEX #99EEC2 Magic Mint

📋 copy color: '#99EEC2'

red 153 ◦ green 238 ◦ blue 194

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

Shades of Magic Mint #99EEC2

Tints of Magic Mint #99EEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.68%

 BLUE value IS 194 (76.17% from 255) = 33.16%

R = 26.15%
G = 40.68%
B = 33.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#99EEC2 (or 0x99EEC2) is known color: Magic Mint. HEX triplet: 99, EE and C2. RGB value is (153,238,194). Sum of RGB (Red+Green+Blue) = 153+238+194=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEC2 is #66113D. Grayscale: #CFCFCF. Windows color (decimal): -6689086 or 12775065. OLE color: 12775065.

HSL color Cylindrical-coordinate representation of color #99EEC2: hue angle of 148.94º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EEC2 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 238 194 -
CMYK 0.36 0 0.18 0.07
HSL 148.94º 0.71% 0.77% -
HSV(B) 148.94º 0.36% 0.93% -
XYZ 53.45 71.82 62.08 -
YUV 207.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 153 238 194 0.36 0 0.18 0.07 148.94 0.71 0.77
Hex 99 EE C2 24 0 12 7 95 47 4D
Octal 231 356 302 44 0 22 7 225 107 115
Binary 10011001 11101110 11000010 100100 0 10010 111 10010101 1000111 1001101

Color Harmonies of #99EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EEC2

Black with #99EEC2

Text Example


Text Example

White with #99EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,238,194); }

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

background-color css

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

 a { background-color: rgb(153,238,194); }

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

border-color css

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

 span { border-color: rgb(153,238,194); }

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