Html Css Color HEX #9BECC5 Magic Mint

📋 copy color: '#9BECC5'

red 155 ◦ green 236 ◦ blue 197

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

Shades of Magic Mint #9BECC5

Tints of Magic Mint #9BECC5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.14%

 BLUE value IS 197 (77.34% from 255) = 33.5%

R = 26.36%
G = 40.14%
B = 33.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#9BECC5 (or 0x9BECC5) is known color: Magic Mint. HEX triplet: 9B, EC and C5. RGB value is (155,236,197). Sum of RGB (Red+Green+Blue) = 155+236+197=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECC5 is #64133A. Grayscale: #CFCFCF. Windows color (decimal): -6558523 or 12971163. OLE color: 12971163.

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

Color convert

RGB 155 236 197 -
CMYK 0.34 0 0.17 0.07
HSL 151.11º 0.68% 0.77% -
HSV(B) 151.11º 0.34% 0.93% -
XYZ 53.59 70.99 63.7 -
YUV 207.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 155 236 197 0.34 0 0.17 0.07 151.11 0.68 0.77
Hex 9B EC C5 22 0 11 7 97 44 4D
Octal 233 354 305 42 0 21 7 227 104 115
Binary 10011011 11101100 11000101 100010 0 10001 111 10010111 1000100 1001101

Color Harmonies of #9BECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECC5

Black with #9BECC5

Text Example


Text Example

White with #9BECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,236,197); }

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

background-color css

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

 a { background-color: rgb(155,236,197); }

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

border-color css

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

 span { border-color: rgb(155,236,197); }

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