Html Css Color HEX #9BFFDA Magic Mint

📋 copy color: '#9BFFDA'

red 155 ◦ green 255 ◦ blue 218

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

Shades of Magic Mint #9BFFDA

Tints of Magic Mint #9BFFDA

RGB

 RED value IS 155 (60.94% from 255) = 24.68%

 GREEN value IS 255 (100% from 255) = 40.61%

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

R = 24.68%
G = 40.61%
B = 34.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#9BFFDA (or 0x9BFFDA) is known color: Magic Mint. HEX triplet: 9B, FF and DA. RGB value is (155,255,218). Sum of RGB (Red+Green+Blue) = 155+255+218=628 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.68% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFDA is #640025. Grayscale: #DCDCDC. Windows color (decimal): -6553638 or 14352283. OLE color: 14352283.

HSL color Cylindrical-coordinate representation of color #9BFFDA: hue angle of 157.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFDA is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 155 255 218 -
CMYK 0.39 0 0.15 0
HSL 157.8º 1% 0.8% -
HSV(B) 157.8º 0.39% 1% -
XYZ 61.93 83.55 79.19 -
YUV 220.88 126.37 81.01 -
System Red Green Blue C M Y K H S L
Decimal 155 255 218 0.39 0 0.15 0 157.8 1 0.8
Hex 9B FF DA 27 0 F 0 9E 64 50
Octal 233 377 332 47 0 17 0 236 144 120
Binary 10011011 11111111 11011010 100111 0 1111 0 10011110 1100100 1010000

Color Harmonies of #9BFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFDA

Black with #9BFFDA

Text Example


Text Example

White with #9BFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,255,218); }

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

background-color css

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

 a { background-color: rgb(155,255,218); }

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

border-color css

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

 span { border-color: rgb(155,255,218); }

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