Html Css Color HEX #9BE1B0 Chinook

📋 copy color: '#9BE1B0'

red 155 ◦ green 225 ◦ blue 176

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

Shades of Chinook #9BE1B0

Tints of Chinook #9BE1B0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.47%

 BLUE value IS 176 (69.14% from 255) = 31.65%

R = 27.88%
G = 40.47%
B = 31.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#9BE1B0 (or 0x9BE1B0) is known color: Chinook. HEX triplet: 9B, E1 and B0. RGB value is (155,225,176). Sum of RGB (Red+Green+Blue) = 155+225+176=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE1B0 is #641E4F. Grayscale: #C6C6C6. Windows color (decimal): -6561360 or 11592091. OLE color: 11592091.

HSL color Cylindrical-coordinate representation of color #9BE1B0: hue angle of 138º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1B0 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 225 176 -
CMYK 0.31 0 0.22 0.12
HSL 138º 0.54% 0.75% -
HSV(B) 138º 0.31% 0.88% -
XYZ 48.28 63.95 50.87 -
YUV 198.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 155 225 176 0.31 0 0.22 0.12 138 0.54 0.75
Hex 9B E1 B0 1F 0 16 C 8A 36 4B
Octal 233 341 260 37 0 26 14 212 66 113
Binary 10011011 11100001 10110000 11111 0 10110 1100 10001010 110110 1001011

Color Harmonies of #9BE1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE1B0

Black with #9BE1B0

Text Example


Text Example

White with #9BE1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,225,176); }

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

background-color css

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

 a { background-color: rgb(155,225,176); }

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

border-color css

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

 span { border-color: rgb(155,225,176); }

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