Html Css Color HEX #9BE1AD Chinook

📋 copy color: '#9BE1AD'

red 155 ◦ green 225 ◦ blue 173

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

Shades of Chinook #9BE1AD

Tints of Chinook #9BE1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.28%

R = 28.03%
G = 40.69%
B = 31.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#9BE1AD (or 0x9BE1AD) is known color: Chinook. HEX triplet: 9B, E1 and AD. RGB value is (155,225,173). Sum of RGB (Red+Green+Blue) = 155+225+173=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE1AD is #641E52. Grayscale: #C6C6C6. Windows color (decimal): -6561363 or 11395483. OLE color: 11395483.

HSL color Cylindrical-coordinate representation of color #9BE1AD: hue angle of 135.43º 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 #9BE1AD is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 225 173 -
CMYK 0.31 0 0.23 0.12
HSL 135.43º 0.54% 0.75% -
HSV(B) 135.43º 0.31% 0.88% -
XYZ 47.99 63.84 49.33 -
YUV 198.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 155 225 173 0.31 0 0.23 0.12 135.43 0.54 0.75
Hex 9B E1 AD 1F 0 17 C 87 36 4B
Octal 233 341 255 37 0 27 14 207 66 113
Binary 10011011 11100001 10101101 11111 0 10111 1100 10000111 110110 1001011

Color Harmonies of #9BE1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE1AD

Black with #9BE1AD

Text Example


Text Example

White with #9BE1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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