Html Css Color HEX #9BE1AF Chinook

📋 copy color: '#9BE1AF'

red 155 ◦ green 225 ◦ blue 175

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

Shades of Chinook #9BE1AF

Tints of Chinook #9BE1AF

RGB

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

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

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

R = 27.93%
G = 40.54%
B = 31.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#9BE1AF (or 0x9BE1AF) is known color: Chinook. HEX triplet: 9B, E1 and AF. RGB value is (155,225,175). Sum of RGB (Red+Green+Blue) = 155+225+175=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE1AF is #641E50. Grayscale: #C6C6C6. Windows color (decimal): -6561361 or 11526555. OLE color: 11526555.

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

Color convert

RGB 155 225 175 -
CMYK 0.31 0 0.22 0.12
HSL 137.14º 0.54% 0.75% -
HSV(B) 137.14º 0.31% 0.88% -
XYZ 48.18 63.91 50.35 -
YUV 198.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 155 225 175 0.31 0 0.22 0.12 137.14 0.54 0.75
Hex 9B E1 AF 1F 0 16 C 89 36 4B
Octal 233 341 257 37 0 26 14 211 66 113
Binary 10011011 11100001 10101111 11111 0 10110 1100 10001001 110110 1001011

Color Harmonies of #9BE1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE1AF

Black with #9BE1AF

Text Example


Text Example

White with #9BE1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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