Html Css Color HEX #9CDFB0 Chinook

📋 copy color: '#9CDFB0'

red 156 ◦ green 223 ◦ blue 176

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

Shades of Chinook #9CDFB0

Tints of Chinook #9CDFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.71%

R = 28.11%
G = 40.18%
B = 31.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#9CDFB0 (or 0x9CDFB0) is known color: Chinook. HEX triplet: 9C, DF and B0. RGB value is (156,223,176). Sum of RGB (Red+Green+Blue) = 156+223+176=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDFB0 is #63204F. Grayscale: #C5C5C5. Windows color (decimal): -6496336 or 11591580. OLE color: 11591580.

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

Color convert

RGB 156 223 176 -
CMYK 0.30 0 0.21 0.13
HSL 137.91º 0.51% 0.74% -
HSV(B) 137.91º 0.3% 0.87% -
XYZ 47.93 62.98 50.7 -
YUV 197.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 156 223 176 0.30 0 0.21 0.13 137.91 0.51 0.74
Hex 9C DF B0 1E 0 15 D 8A 33 4A
Octal 234 337 260 36 0 25 15 212 63 112
Binary 10011100 11011111 10110000 11110 0 10101 1101 10001010 110011 1001010

Color Harmonies of #9CDFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDFB0

Black with #9CDFB0

Text Example


Text Example

White with #9CDFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,223,176); }

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

background-color css

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

 a { background-color: rgb(156,223,176); }

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

border-color css

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

 span { border-color: rgb(156,223,176); }

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