Html Css Color HEX #9BEAB1 Chinook

📋 copy color: '#9BEAB1'

red 155 ◦ green 234 ◦ blue 177

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

Shades of Chinook #9BEAB1

Tints of Chinook #9BEAB1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.34%

 BLUE value IS 177 (69.53% from 255) = 31.27%

R = 27.39%
G = 41.34%
B = 31.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#9BEAB1 (or 0x9BEAB1) is known color: Chinook. HEX triplet: 9B, EA and B1. RGB value is (155,234,177). Sum of RGB (Red+Green+Blue) = 155+234+177=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEAB1 is #64154E. Grayscale: #CCCCCC. Windows color (decimal): -6559055 or 11659931. OLE color: 11659931.

HSL color Cylindrical-coordinate representation of color #9BEAB1: hue angle of 136.71º degrees, saturation: 0.65, 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 #9BEAB1 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 234 177 -
CMYK 0.34 0 0.24 0.08
HSL 136.71º 0.65% 0.76% -
HSV(B) 136.71º 0.34% 0.92% -
XYZ 50.88 68.99 52.23 -
YUV 203.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 155 234 177 0.34 0 0.24 0.08 136.71 0.65 0.76
Hex 9B EA B1 22 0 18 8 89 41 4C
Octal 233 352 261 42 0 30 10 211 101 114
Binary 10011011 11101010 10110001 100010 0 11000 1000 10001001 1000001 1001100

Color Harmonies of #9BEAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEAB1

Black with #9BEAB1

Text Example


Text Example

White with #9BEAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,234,177); }

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

background-color css

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

 a { background-color: rgb(155,234,177); }

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

border-color css

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

 span { border-color: rgb(155,234,177); }

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