Html Css Color HEX #99EFCA Magic Mint

📋 copy color: '#99EFCA'

red 153 ◦ green 239 ◦ blue 202

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

Shades of Magic Mint #99EFCA

Tints of Magic Mint #99EFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.01%

R = 25.76%
G = 40.24%
B = 34.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#99EFCA (or 0x99EFCA) is known color: Magic Mint. HEX triplet: 99, EF and CA. RGB value is (153,239,202). Sum of RGB (Red+Green+Blue) = 153+239+202=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFCA is #661035. Grayscale: #D1D1D1. Windows color (decimal): -6688822 or 13299609. OLE color: 13299609.

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

Color convert

RGB 153 239 202 -
CMYK 0.36 0 0.15 0.06
HSL 154.19º 0.73% 0.77% -
HSV(B) 154.19º 0.36% 0.94% -
XYZ 54.66 72.77 67.04 -
YUV 209.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 153 239 202 0.36 0 0.15 0.06 154.19 0.73 0.77
Hex 99 EF CA 24 0 F 6 9A 49 4D
Octal 231 357 312 44 0 17 6 232 111 115
Binary 10011001 11101111 11001010 100100 0 1111 110 10011010 1001001 1001101

Color Harmonies of #99EFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EFCA

Black with #99EFCA

Text Example


Text Example

White with #99EFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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