Html Css Color HEX #99EFBF Magic Mint

📋 copy color: '#99EFBF'

red 153 ◦ green 239 ◦ blue 191

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

Shades of Magic Mint #99EFBF

Tints of Magic Mint #99EFBF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

 BLUE value IS 191 (75% from 255) = 32.76%

R = 26.24%
G = 40.99%
B = 32.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#99EFBF (or 0x99EFBF) is known color: Magic Mint. HEX triplet: 99, EF and BF. RGB value is (153,239,191). Sum of RGB (Red+Green+Blue) = 153+239+191=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFBF is #661040. Grayscale: #CFCFCF. Windows color (decimal): -6688833 or 12578713. OLE color: 12578713.

HSL color Cylindrical-coordinate representation of color #99EFBF: hue angle of 146.51º degrees, saturation: 0.73, 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 #99EFBF is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 239 191 -
CMYK 0.36 0 0.20 0.06
HSL 146.51º 0.73% 0.77% -
HSV(B) 146.51º 0.36% 0.94% -
XYZ 53.41 72.27 60.42 -
YUV 207.81 118.51 88.9 -
System Red Green Blue C M Y K H S L
Decimal 153 239 191 0.36 0 0.20 0.06 146.51 0.73 0.77
Hex 99 EF BF 24 0 14 6 93 49 4D
Octal 231 357 277 44 0 24 6 223 111 115
Binary 10011001 11101111 10111111 100100 0 10100 110 10010011 1001001 1001101

Color Harmonies of #99EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EFBF

Black with #99EFBF

Text Example


Text Example

White with #99EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,239,191); }

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

background-color css

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

 a { background-color: rgb(153,239,191); }

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

border-color css

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

 span { border-color: rgb(153,239,191); }

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