Html Css Color HEX #9CDBA8 Chinook

📋 copy color: '#9CDBA8'

red 156 ◦ green 219 ◦ blue 168

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

Shades of Chinook #9CDBA8

Tints of Chinook #9CDBA8

RGB

 RED value IS 156 (61.33% from 255) = 28.73%

 GREEN value IS 219 (85.94% from 255) = 40.33%

 BLUE value IS 168 (66.02% from 255) = 30.94%

R = 28.73%
G = 40.33%
B = 30.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#9CDBA8 (or 0x9CDBA8) is known color: Chinook. HEX triplet: 9C, DB and A8. RGB value is (156,219,168). Sum of RGB (Red+Green+Blue) = 156+219+168=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBA8 is #632457. Grayscale: #C2C2C2. Windows color (decimal): -6497368 or 11066268. OLE color: 11066268.

HSL color Cylindrical-coordinate representation of color #9CDBA8: hue angle of 131.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBA8 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 168 -
CMYK 0.29 0 0.23 0.14
HSL 131.43º 0.47% 0.74% -
HSV(B) 131.43º 0.29% 0.86% -
XYZ 46.11 60.56 46.3 -
YUV 194.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 156 219 168 0.29 0 0.23 0.14 131.43 0.47 0.74
Hex 9C DB A8 1D 0 17 E 83 2F 4A
Octal 234 333 250 35 0 27 16 203 57 112
Binary 10011100 11011011 10101000 11101 0 10111 1110 10000011 101111 1001010

Color Harmonies of #9CDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDBA8

Black with #9CDBA8

Text Example


Text Example

White with #9CDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,168); }

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

background-color css

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

 a { background-color: rgb(156,219,168); }

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

border-color css

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

 span { border-color: rgb(156,219,168); }

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