Html Css Color HEX #9BEEBF Magic Mint

📋 copy color: '#9BEEBF'

red 155 ◦ green 238 ◦ blue 191

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

Shades of Magic Mint #9BEEBF

Tints of Magic Mint #9BEEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.75%

 BLUE value IS 191 (75% from 255) = 32.71%

R = 26.54%
G = 40.75%
B = 32.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#9BEEBF (or 0x9BEEBF) is known color: Magic Mint. HEX triplet: 9B, EE and BF. RGB value is (155,238,191). Sum of RGB (Red+Green+Blue) = 155+238+191=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEBF is #641140. Grayscale: #CFCFCF. Windows color (decimal): -6558017 or 12578459. OLE color: 12578459.

HSL color Cylindrical-coordinate representation of color #9BEEBF: hue angle of 146.02º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEBF is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 238 191 -
CMYK 0.35 0 0.20 0.07
HSL 146.02º 0.71% 0.77% -
HSV(B) 146.02º 0.35% 0.93% -
XYZ 53.5 71.88 60.34 -
YUV 207.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 155 238 191 0.35 0 0.20 0.07 146.02 0.71 0.77
Hex 9B EE BF 23 0 14 7 92 47 4D
Octal 233 356 277 43 0 24 7 222 107 115
Binary 10011011 11101110 10111111 100011 0 10100 111 10010010 1000111 1001101

Color Harmonies of #9BEEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEEBF

Black with #9BEEBF

Text Example


Text Example

White with #9BEEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,238,191); }

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

background-color css

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

 a { background-color: rgb(155,238,191); }

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

border-color css

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

 span { border-color: rgb(155,238,191); }

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