Html Css Color HEX #9EF9CA Magic Mint

📋 copy color: '#9EF9CA'

red 158 ◦ green 249 ◦ blue 202

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

Shades of Magic Mint #9EF9CA

Tints of Magic Mint #9EF9CA

RGB

 RED value IS 158 (62.11% from 255) = 25.94%

 GREEN value IS 249 (97.66% from 255) = 40.89%

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

R = 25.94%
G = 40.89%
B = 33.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#9EF9CA (or 0x9EF9CA) is known color: Magic Mint. HEX triplet: 9E, F9 and CA. RGB value is (158,249,202). Sum of RGB (Red+Green+Blue) = 158+249+202=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF9CA is #610635. Grayscale: #D8D8D8. Windows color (decimal): -6358582 or 13302174. OLE color: 13302174.

HSL color Cylindrical-coordinate representation of color #9EF9CA: hue angle of 149.01º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9CA is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 249 202 -
CMYK 0.37 0 0.19 0.02
HSL 149.01º 0.88% 0.8% -
HSV(B) 149.01º 0.37% 0.98% -
XYZ 58.64 79.28 68.09 -
YUV 216.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 158 249 202 0.37 0 0.19 0.02 149.01 0.88 0.8
Hex 9E F9 CA 25 0 13 2 95 58 50
Octal 236 371 312 45 0 23 2 225 130 120
Binary 10011110 11111001 11001010 100101 0 10011 10 10010101 1011000 1010000

Color Harmonies of #9EF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF9CA

Black with #9EF9CA

Text Example


Text Example

White with #9EF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EF9CA; }

 p { color: rgb(158,249,202); }

 H1.HeaderClassName
 {
   color: #9EF9CA;
 }
 .AnyTagClassName
 {
   color: #9EF9CA;
 }
</style>

background-color css

<style>
 a { background-color: #9EF9CA; }

 a { background-color: rgb(158,249,202); }

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

border-color css

<style>
 span { border-color: #9EF9CA; }

 span { border-color: rgb(158,249,202); }

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