Html Css Color HEX #9BE1AC Chinook

📋 copy color: '#9BE1AC'

red 155 ◦ green 225 ◦ blue 172

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

Shades of Chinook #9BE1AC

Tints of Chinook #9BE1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.16%

R = 28.08%
G = 40.76%
B = 31.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#9BE1AC (or 0x9BE1AC) is known color: Chinook. HEX triplet: 9B, E1 and AC. RGB value is (155,225,172). Sum of RGB (Red+Green+Blue) = 155+225+172=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE1AC is #641E53. Grayscale: #C6C6C6. Windows color (decimal): -6561364 or 11329947. OLE color: 11329947.

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

Color convert

RGB 155 225 172 -
CMYK 0.31 0 0.24 0.12
HSL 134.57º 0.54% 0.75% -
HSV(B) 134.57º 0.31% 0.88% -
XYZ 47.89 63.8 48.82 -
YUV 198.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 155 225 172 0.31 0 0.24 0.12 134.57 0.54 0.75
Hex 9B E1 AC 1F 0 18 C 87 36 4B
Octal 233 341 254 37 0 30 14 207 66 113
Binary 10011011 11100001 10101100 11111 0 11000 1100 10000111 110110 1001011

Color Harmonies of #9BE1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE1AC

Black with #9BE1AC

Text Example


Text Example

White with #9BE1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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