Html Css Color HEX #9BE9AF Chinook

📋 copy color: '#9BE9AF'

red 155 ◦ green 233 ◦ blue 175

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

Shades of Chinook #9BE9AF

Tints of Chinook #9BE9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.39%

 BLUE value IS 175 (68.75% from 255) = 31.08%

R = 27.53%
G = 41.39%
B = 31.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#9BE9AF (or 0x9BE9AF) is known color: Chinook. HEX triplet: 9B, E9 and AF. RGB value is (155,233,175). Sum of RGB (Red+Green+Blue) = 155+233+175=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE9AF is #641650. Grayscale: #CBCBCB. Windows color (decimal): -6559313 or 11528603. OLE color: 11528603.

HSL color Cylindrical-coordinate representation of color #9BE9AF: hue angle of 135.38º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE9AF is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 233 175 -
CMYK 0.33 0 0.25 0.09
HSL 135.38º 0.64% 0.76% -
HSV(B) 135.38º 0.33% 0.91% -
XYZ 50.39 68.34 51.09 -
YUV 203.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 155 233 175 0.33 0 0.25 0.09 135.38 0.64 0.76
Hex 9B E9 AF 21 0 19 9 87 40 4C
Octal 233 351 257 41 0 31 11 207 100 114
Binary 10011011 11101001 10101111 100001 0 11001 1001 10000111 1000000 1001100

Color Harmonies of #9BE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE9AF

Black with #9BE9AF

Text Example


Text Example

White with #9BE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,233,175); }

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

background-color css

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

 a { background-color: rgb(155,233,175); }

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

border-color css

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

 span { border-color: rgb(155,233,175); }

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