Html Css Color HEX #9BDEA1 Chinook

📋 copy color: '#9BDEA1'

red 155 ◦ green 222 ◦ blue 161

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

Shades of Chinook #9BDEA1

Tints of Chinook #9BDEA1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.26%

 BLUE value IS 161 (63.28% from 255) = 29.93%

R = 28.81%
G = 41.26%
B = 29.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#9BDEA1 (or 0x9BDEA1) is known color: Chinook. HEX triplet: 9B, DE and A1. RGB value is (155,222,161). Sum of RGB (Red+Green+Blue) = 155+222+161=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDEA1 is #64215E. Grayscale: #C3C3C3. Windows color (decimal): -6562143 or 10608283. OLE color: 10608283.

HSL color Cylindrical-coordinate representation of color #9BDEA1: hue angle of 125.37º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDEA1 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 161 -
CMYK 0.30 0 0.27 0.13
HSL 125.37º 0.5% 0.74% -
HSV(B) 125.37º 0.3% 0.87% -
XYZ 46.07 61.78 43.22 -
YUV 195.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 155 222 161 0.30 0 0.27 0.13 125.37 0.5 0.74
Hex 9B DE A1 1E 0 1B D 7D 32 4A
Octal 233 336 241 36 0 33 15 175 62 112
Binary 10011011 11011110 10100001 11110 0 11011 1101 1111101 110010 1001010

Color Harmonies of #9BDEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDEA1

Black with #9BDEA1

Text Example


Text Example

White with #9BDEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,161); }

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

background-color css

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

 a { background-color: rgb(155,222,161); }

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

border-color css

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

 span { border-color: rgb(155,222,161); }

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