Html Css Color HEX #9BDFAA Chinook

📋 copy color: '#9BDFAA'

red 155 ◦ green 223 ◦ blue 170

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

Shades of Chinook #9BDFAA

Tints of Chinook #9BDFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 28.28%
G = 40.69%
B = 31.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#9BDFAA (or 0x9BDFAA) is known color: Chinook. HEX triplet: 9B, DF and AA. RGB value is (155,223,170). Sum of RGB (Red+Green+Blue) = 155+223+170=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFAA is #642055. Grayscale: #C4C4C4. Windows color (decimal): -6561878 or 11198363. OLE color: 11198363.

HSL color Cylindrical-coordinate representation of color #9BDFAA: hue angle of 133.24º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFAA is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 170 -
CMYK 0.30 0 0.24 0.13
HSL 133.24º 0.52% 0.74% -
HSV(B) 133.24º 0.3% 0.87% -
XYZ 47.16 62.65 47.64 -
YUV 196.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 155 223 170 0.30 0 0.24 0.13 133.24 0.52 0.74
Hex 9B DF AA 1E 0 18 D 85 34 4A
Octal 233 337 252 36 0 30 15 205 64 112
Binary 10011011 11011111 10101010 11110 0 11000 1101 10000101 110100 1001010

Color Harmonies of #9BDFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFAA

Black with #9BDFAA

Text Example


Text Example

White with #9BDFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,223,170); }

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

background-color css

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

 a { background-color: rgb(155,223,170); }

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

border-color css

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

 span { border-color: rgb(155,223,170); }

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