Html Css Color HEX #9EF2D4 Magic Mint

📋 copy color: '#9EF2D4'

red 158 ◦ green 242 ◦ blue 212

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

Shades of Magic Mint #9EF2D4

Tints of Magic Mint #9EF2D4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.54%

 BLUE value IS 212 (83.2% from 255) = 34.64%

R = 25.82%
G = 39.54%
B = 34.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#9EF2D4 (or 0x9EF2D4) is known color: Magic Mint. HEX triplet: 9E, F2 and D4. RGB value is (158,242,212). Sum of RGB (Red+Green+Blue) = 158+242+212=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF2D4 is #610D2B. Grayscale: #D5D5D5. Windows color (decimal): -6360364 or 13955742. OLE color: 13955742.

HSL color Cylindrical-coordinate representation of color #9EF2D4: hue angle of 158.57º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2D4 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 242 212 -
CMYK 0.35 0 0.12 0.05
HSL 158.57º 0.76% 0.78% -
HSV(B) 158.57º 0.35% 0.95% -
XYZ 57.74 75.53 73.82 -
YUV 213.46 127.17 88.44 -
System Red Green Blue C M Y K H S L
Decimal 158 242 212 0.35 0 0.12 0.05 158.57 0.76 0.78
Hex 9E F2 D4 23 0 C 5 9F 4C 4E
Octal 236 362 324 43 0 14 5 237 114 116
Binary 10011110 11110010 11010100 100011 0 1100 101 10011111 1001100 1001110

Color Harmonies of #9EF2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF2D4

Black with #9EF2D4

Text Example


Text Example

White with #9EF2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,242,212); }

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

background-color css

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

 a { background-color: rgb(158,242,212); }

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

border-color css

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

 span { border-color: rgb(158,242,212); }

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