Html Css Color HEX #9BEBCA Magic Mint

📋 copy color: '#9BEBCA'

red 155 ◦ green 235 ◦ blue 202

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

Shades of Magic Mint #9BEBCA

Tints of Magic Mint #9BEBCA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.7%

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 26.18%
G = 39.7%
B = 34.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#9BEBCA (or 0x9BEBCA) is known color: Magic Mint. HEX triplet: 9B, EB and CA. RGB value is (155,235,202). Sum of RGB (Red+Green+Blue) = 155+235+202=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBCA is #641435. Grayscale: #CFCFCF. Windows color (decimal): -6558774 or 13298587. OLE color: 13298587.

HSL color Cylindrical-coordinate representation of color #9BEBCA: hue angle of 155.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBCA is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 235 202 -
CMYK 0.34 0 0.14 0.08
HSL 155.25º 0.67% 0.76% -
HSV(B) 155.25º 0.34% 0.92% -
XYZ 53.89 70.65 66.67 -
YUV 207.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 155 235 202 0.34 0 0.14 0.08 155.25 0.67 0.76
Hex 9B EB CA 22 0 E 8 9B 43 4C
Octal 233 353 312 42 0 16 10 233 103 114
Binary 10011011 11101011 11001010 100010 0 1110 1000 10011011 1000011 1001100

Color Harmonies of #9BEBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBCA

Black with #9BEBCA

Text Example


Text Example

White with #9BEBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,235,202); }

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

background-color css

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

 a { background-color: rgb(155,235,202); }

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

border-color css

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

 span { border-color: rgb(155,235,202); }

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