Html Css Color HEX #9DDBA6 Chinook

📋 copy color: '#9DDBA6'

red 157 ◦ green 219 ◦ blue 166

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

Shades of Chinook #9DDBA6

Tints of Chinook #9DDBA6

RGB

 RED value IS 157 (61.72% from 255) = 28.97%

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

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 28.97%
G = 40.41%
B = 30.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#9DDBA6 (or 0x9DDBA6) is known color: Chinook. HEX triplet: 9D, DB and A6. RGB value is (157,219,166). Sum of RGB (Red+Green+Blue) = 157+219+166=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBA6 is #622459. Grayscale: #C2C2C2. Windows color (decimal): -6431834 or 10935197. OLE color: 10935197.

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

Color convert

RGB 157 219 166 -
CMYK 0.28 0 0.24 0.14
HSL 128.71º 0.46% 0.74% -
HSV(B) 128.71º 0.28% 0.86% -
XYZ 46.12 60.58 45.34 -
YUV 194.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 157 219 166 0.28 0 0.24 0.14 128.71 0.46 0.74
Hex 9D DB A6 1C 0 18 E 81 2E 4A
Octal 235 333 246 34 0 30 16 201 56 112
Binary 10011101 11011011 10100110 11100 0 11000 1110 10000001 101110 1001010

Color Harmonies of #9DDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBA6

Black with #9DDBA6

Text Example


Text Example

White with #9DDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,166); }

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

background-color css

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

 a { background-color: rgb(157,219,166); }

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

border-color css

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

 span { border-color: rgb(157,219,166); }

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