Html Css Color HEX #9EFBDB Magic Mint

📋 copy color: '#9EFBDB'

red 158 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #9EFBDB

Tints of Magic Mint #9EFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 25.16%
G = 39.97%
B = 34.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#9EFBDB (or 0x9EFBDB) is known color: Magic Mint. HEX triplet: 9E, FB and DB. RGB value is (158,251,219). Sum of RGB (Red+Green+Blue) = 158+251+219=628 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.16% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFBDB is #610424. Grayscale: #DBDBDB. Windows color (decimal): -6358053 or 14416798. OLE color: 14416798.

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

Color convert

RGB 158 251 219 -
CMYK 0.37 0 0.13 0.02
HSL 159.35º 0.92% 0.8% -
HSV(B) 159.35º 0.37% 0.98% -
XYZ 61.38 81.38 79.49 -
YUV 219.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 158 251 219 0.37 0 0.13 0.02 159.35 0.92 0.8
Hex 9E FB DB 25 0 D 2 9F 5C 50
Octal 236 373 333 45 0 15 2 237 134 120
Binary 10011110 11111011 11011011 100101 0 1101 10 10011111 1011100 1010000

Color Harmonies of #9EFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFBDB

Black with #9EFBDB

Text Example


Text Example

White with #9EFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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