Html Css Color HEX #9BE0AC Chinook

📋 copy color: '#9BE0AC'

red 155 ◦ green 224 ◦ blue 172

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

Shades of Chinook #9BE0AC

Tints of Chinook #9BE0AC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.65%

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

R = 28.13%
G = 40.65%
B = 31.22%

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

#9BE0AC (or 0x9BE0AC) is known color: Chinook. HEX triplet: 9B, E0 and AC. RGB value is (155,224,172). Sum of RGB (Red+Green+Blue) = 155+224+172=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE0AC is #641F53. Grayscale: #C5C5C5. Windows color (decimal): -6561620 or 11329691. OLE color: 11329691.

HSL color Cylindrical-coordinate representation of color #9BE0AC: hue angle of 134.78º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0AC is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 172 -
CMYK 0.31 0 0.23 0.12
HSL 134.78º 0.53% 0.74% -
HSV(B) 134.78º 0.31% 0.88% -
XYZ 47.62 63.26 48.73 -
YUV 197.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 155 224 172 0.31 0 0.23 0.12 134.78 0.53 0.74
Hex 9B E0 AC 1F 0 17 C 87 35 4A
Octal 233 340 254 37 0 27 14 207 65 112
Binary 10011011 11100000 10101100 11111 0 10111 1100 10000111 110101 1001010

Color Harmonies of #9BE0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE0AC

Black with #9BE0AC

Text Example


Text Example

White with #9BE0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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