Html Css Color HEX #9BE3AC Chinook

📋 copy color: '#9BE3AC'

red 155 ◦ green 227 ◦ blue 172

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

Shades of Chinook #9BE3AC

Tints of Chinook #9BE3AC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.97%

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

R = 27.98%
G = 40.97%
B = 31.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#9BE3AC (or 0x9BE3AC) is known color: Chinook. HEX triplet: 9B, E3 and AC. RGB value is (155,227,172). Sum of RGB (Red+Green+Blue) = 155+227+172=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE3AC is #641C53. Grayscale: #C7C7C7. Windows color (decimal): -6560852 or 11330459. OLE color: 11330459.

HSL color Cylindrical-coordinate representation of color #9BE3AC: hue angle of 134.17º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE3AC is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 227 172 -
CMYK 0.32 0 0.24 0.11
HSL 134.17º 0.56% 0.75% -
HSV(B) 134.17º 0.32% 0.89% -
XYZ 48.43 64.89 49 -
YUV 199.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 155 227 172 0.32 0 0.24 0.11 134.17 0.56 0.75
Hex 9B E3 AC 20 0 18 B 86 38 4B
Octal 233 343 254 40 0 30 13 206 70 113
Binary 10011011 11100011 10101100 100000 0 11000 1011 10000110 111000 1001011

Color Harmonies of #9BE3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE3AC

Black with #9BE3AC

Text Example


Text Example

White with #9BE3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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