Html Css Color HEX #9BEFBD Magic Mint

📋 copy color: '#9BEFBD'

red 155 ◦ green 239 ◦ blue 189

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

Shades of Magic Mint #9BEFBD

Tints of Magic Mint #9BEFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

 BLUE value IS 189 (74.22% from 255) = 32.42%

R = 26.59%
G = 40.99%
B = 32.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#9BEFBD (or 0x9BEFBD) is known color: Magic Mint. HEX triplet: 9B, EF and BD. RGB value is (155,239,189). Sum of RGB (Red+Green+Blue) = 155+239+189=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFBD is #641042. Grayscale: #D0D0D0. Windows color (decimal): -6557763 or 12447643. OLE color: 12447643.

HSL color Cylindrical-coordinate representation of color #9BEFBD: hue angle of 144.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFBD is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 239 189 -
CMYK 0.35 0 0.21 0.06
HSL 144.29º 0.72% 0.77% -
HSV(B) 144.29º 0.35% 0.94% -
XYZ 53.57 72.38 59.29 -
YUV 208.18 117.17 90.07 -
System Red Green Blue C M Y K H S L
Decimal 155 239 189 0.35 0 0.21 0.06 144.29 0.72 0.77
Hex 9B EF BD 23 0 15 6 90 48 4D
Octal 233 357 275 43 0 25 6 220 110 115
Binary 10011011 11101111 10111101 100011 0 10101 110 10010000 1001000 1001101

Color Harmonies of #9BEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFBD

Black with #9BEFBD

Text Example


Text Example

White with #9BEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,239,189); }

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

background-color css

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

 a { background-color: rgb(155,239,189); }

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

border-color css

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

 span { border-color: rgb(155,239,189); }

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