Html Css Color HEX #9BFFE5 Magic Mint

📋 copy color: '#9BFFE5'

red 155 ◦ green 255 ◦ blue 229

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

Shades of Magic Mint #9BFFE5

Tints of Magic Mint #9BFFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.84%

R = 24.26%
G = 39.91%
B = 35.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#9BFFE5 (or 0x9BFFE5) is known color: Magic Mint. HEX triplet: 9B, FF and E5. RGB value is (155,255,229). Sum of RGB (Red+Green+Blue) = 155+255+229=639 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.26% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFE5 is #64001A. Grayscale: #DEDEDE. Windows color (decimal): -6553627 or 15073179. OLE color: 15073179.

HSL color Cylindrical-coordinate representation of color #9BFFE5: hue angle of 164.4º 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 #9BFFE5 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 155 255 229 -
CMYK 0.39 0 0.10 0
HSL 164.4º 1% 0.8% -
HSV(B) 164.4º 0.39% 1% -
XYZ 63.42 84.15 87.03 -
YUV 222.14 131.87 80.11 -
System Red Green Blue C M Y K H S L
Decimal 155 255 229 0.39 0 0.10 0 164.4 1 0.8
Hex 9B FF E5 27 0 A 0 A4 64 50
Octal 233 377 345 47 0 12 0 244 144 120
Binary 10011011 11111111 11100101 100111 0 1010 0 10100100 1100100 1010000

Color Harmonies of #9BFFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFE5

Black with #9BFFE5

Text Example


Text Example

White with #9BFFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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