Html Css Color HEX #9BDFAD Chinook

📋 copy color: '#9BDFAD'

red 155 ◦ green 223 ◦ blue 173

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

Shades of Chinook #9BDFAD

Tints of Chinook #9BDFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.4%

R = 28.13%
G = 40.47%
B = 31.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#9BDFAD (or 0x9BDFAD) is known color: Chinook. HEX triplet: 9B, DF and AD. RGB value is (155,223,173). Sum of RGB (Red+Green+Blue) = 155+223+173=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFAD is #642052. Grayscale: #C5C5C5. Windows color (decimal): -6561875 or 11394971. OLE color: 11394971.

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

Color convert

RGB 155 223 173 -
CMYK 0.30 0 0.22 0.13
HSL 135.88º 0.52% 0.74% -
HSV(B) 135.88º 0.3% 0.87% -
XYZ 47.45 62.76 49.15 -
YUV 196.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 155 223 173 0.30 0 0.22 0.13 135.88 0.52 0.74
Hex 9B DF AD 1E 0 16 D 88 34 4A
Octal 233 337 255 36 0 26 15 210 64 112
Binary 10011011 11011111 10101101 11110 0 10110 1101 10001000 110100 1001010

Color Harmonies of #9BDFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFAD

Black with #9BDFAD

Text Example


Text Example

White with #9BDFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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