Html Css Color HEX #9FFBDA Magic Mint

📋 copy color: '#9FFBDA'

red 159 ◦ green 251 ◦ blue 218

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

Shades of Magic Mint #9FFBDA

Tints of Magic Mint #9FFBDA

RGB

 RED value IS 159 (62.5% from 255) = 25.32%

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

 BLUE value IS 218 (85.55% from 255) = 34.71%

R = 25.32%
G = 39.97%
B = 34.71%

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

#9FFBDA (or 0x9FFBDA) is known color: Magic Mint. HEX triplet: 9F, FB and DA. RGB value is (159,251,218). Sum of RGB (Red+Green+Blue) = 159+251+218=628 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.32% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBDA is #600425. Grayscale: #DBDBDB. Windows color (decimal): -6292518 or 14351263. OLE color: 14351263.

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

Color convert

RGB 159 251 218 -
CMYK 0.37 0 0.13 0.02
HSL 158.48º 0.92% 0.8% -
HSV(B) 158.48º 0.37% 0.98% -
XYZ 61.45 81.43 78.81 -
YUV 219.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 159 251 218 0.37 0 0.13 0.02 158.48 0.92 0.8
Hex 9F FB DA 25 0 D 2 9E 5C 50
Octal 237 373 332 45 0 15 2 236 134 120
Binary 10011111 11111011 11011010 100101 0 1101 10 10011110 1011100 1010000

Color Harmonies of #9FFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFBDA

Black with #9FFBDA

Text Example


Text Example

White with #9FFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,251,218); }

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

background-color css

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

 a { background-color: rgb(159,251,218); }

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

border-color css

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

 span { border-color: rgb(159,251,218); }

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