Html Css Color HEX #9BE6AE Chinook

📋 copy color: '#9BE6AE'

red 155 ◦ green 230 ◦ blue 174

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

Shades of Chinook #9BE6AE

Tints of Chinook #9BE6AE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.14%

 BLUE value IS 174 (68.36% from 255) = 31.13%

R = 27.73%
G = 41.14%
B = 31.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#9BE6AE (or 0x9BE6AE) is known color: Chinook. HEX triplet: 9B, E6 and AE. RGB value is (155,230,174). Sum of RGB (Red+Green+Blue) = 155+230+174=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE6AE is #641951. Grayscale: #C9C9C9. Windows color (decimal): -6560082 or 11462299. OLE color: 11462299.

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

Color convert

RGB 155 230 174 -
CMYK 0.33 0 0.24 0.10
HSL 135.2º 0.6% 0.75% -
HSV(B) 135.2º 0.33% 0.9% -
XYZ 49.45 66.62 50.3 -
YUV 201.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 155 230 174 0.33 0 0.24 0.10 135.2 0.6 0.75
Hex 9B E6 AE 21 0 18 A 87 3C 4B
Octal 233 346 256 41 0 30 12 207 74 113
Binary 10011011 11100110 10101110 100001 0 11000 1010 10000111 111100 1001011

Color Harmonies of #9BE6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE6AE

Black with #9BE6AE

Text Example


Text Example

White with #9BE6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,230,174); }

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

background-color css

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

 a { background-color: rgb(155,230,174); }

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

border-color css

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

 span { border-color: rgb(155,230,174); }

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