Html Css Color HEX #9EFBCC Magic Mint

📋 copy color: '#9EFBCC'

red 158 ◦ green 251 ◦ blue 204

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

Shades of Magic Mint #9EFBCC

Tints of Magic Mint #9EFBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.95%

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 25.77%
G = 40.95%
B = 33.28%

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

#9EFBCC (or 0x9EFBCC) is known color: Magic Mint. HEX triplet: 9E, FB and CC. RGB value is (158,251,204). Sum of RGB (Red+Green+Blue) = 158+251+204=613 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.77% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFBCC is #610433. Grayscale: #D9D9D9. Windows color (decimal): -6358068 or 13433758. OLE color: 13433758.

HSL color Cylindrical-coordinate representation of color #9EFBCC: hue angle of 149.68º degrees, saturation: 0.92, 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 #9EFBCC is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 251 204 -
CMYK 0.37 0 0.19 0.02
HSL 149.68º 0.92% 0.8% -
HSV(B) 149.68º 0.37% 0.98% -
XYZ 59.5 80.62 69.55 -
YUV 217.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 158 251 204 0.37 0 0.19 0.02 149.68 0.92 0.8
Hex 9E FB CC 25 0 13 2 96 5C 50
Octal 236 373 314 45 0 23 2 226 134 120
Binary 10011110 11111011 11001100 100101 0 10011 10 10010110 1011100 1010000

Color Harmonies of #9EFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFBCC

Black with #9EFBCC

Text Example


Text Example

White with #9EFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,251,204); }

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

background-color css

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

 a { background-color: rgb(158,251,204); }

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

border-color css

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

 span { border-color: rgb(158,251,204); }

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