Html Css Color HEX #9BE5AC Chinook

📋 copy color: '#9BE5AC'

red 155 ◦ green 229 ◦ blue 172

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

Shades of Chinook #9BE5AC

Tints of Chinook #9BE5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.19%

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

R = 27.88%
G = 41.19%
B = 30.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#9BE5AC (or 0x9BE5AC) is known color: Chinook. HEX triplet: 9B, E5 and AC. RGB value is (155,229,172). Sum of RGB (Red+Green+Blue) = 155+229+172=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE5AC is #641A53. Grayscale: #C8C8C8. Windows color (decimal): -6560340 or 11330971. OLE color: 11330971.

HSL color Cylindrical-coordinate representation of color #9BE5AC: hue angle of 133.78º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE5AC is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 229 172 -
CMYK 0.32 0 0.25 0.10
HSL 133.78º 0.59% 0.75% -
HSV(B) 133.78º 0.32% 0.9% -
XYZ 48.98 65.99 49.18 -
YUV 200.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 155 229 172 0.32 0 0.25 0.10 133.78 0.59 0.75
Hex 9B E5 AC 20 0 19 A 86 3B 4B
Octal 233 345 254 40 0 31 12 206 73 113
Binary 10011011 11100101 10101100 100000 0 11001 1010 10000110 111011 1001011

Color Harmonies of #9BE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE5AC

Black with #9BE5AC

Text Example


Text Example

White with #9BE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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