Html Css Color HEX #9BEECB Magic Mint

📋 copy color: '#9BEECB'

red 155 ◦ green 238 ◦ blue 203

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

Shades of Magic Mint #9BEECB

Tints of Magic Mint #9BEECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.06%

R = 26.01%
G = 39.93%
B = 34.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#9BEECB (or 0x9BEECB) is known color: Magic Mint. HEX triplet: 9B, EE and CB. RGB value is (155,238,203). Sum of RGB (Red+Green+Blue) = 155+238+203=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEECB is #641134. Grayscale: #D1D1D1. Windows color (decimal): -6558005 or 13364891. OLE color: 13364891.

HSL color Cylindrical-coordinate representation of color #9BEECB: hue angle of 154.7º 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 #9BEECB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 238 203 -
CMYK 0.35 0 0.15 0.07
HSL 154.7º 0.71% 0.77% -
HSV(B) 154.7º 0.35% 0.93% -
XYZ 54.87 72.43 67.59 -
YUV 209.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 155 238 203 0.35 0 0.15 0.07 154.7 0.71 0.77
Hex 9B EE CB 23 0 F 7 9B 47 4D
Octal 233 356 313 43 0 17 7 233 107 115
Binary 10011011 11101110 11001011 100011 0 1111 111 10011011 1000111 1001101

Color Harmonies of #9BEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEECB

Black with #9BEECB

Text Example


Text Example

White with #9BEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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