Html Css Color HEX #99DCA3 Chinook

📋 copy color: '#99DCA3'

red 153 ◦ green 220 ◦ blue 163

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

Shades of Chinook #99DCA3

Tints of Chinook #99DCA3

RGB

 RED value IS 153 (60.16% from 255) = 28.54%

 GREEN value IS 220 (86.33% from 255) = 41.04%

 BLUE value IS 163 (64.06% from 255) = 30.41%

R = 28.54%
G = 41.04%
B = 30.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#99DCA3 (or 0x99DCA3) is known color: Chinook. HEX triplet: 99, DC and A3. RGB value is (153,220,163). Sum of RGB (Red+Green+Blue) = 153+220+163=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCA3 is #66235C. Grayscale: #C1C1C1. Windows color (decimal): -6693725 or 10738841. OLE color: 10738841.

HSL color Cylindrical-coordinate representation of color #99DCA3: hue angle of 128.96º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCA3 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 163 -
CMYK 0.30 0 0.26 0.14
HSL 128.96º 0.49% 0.73% -
HSV(B) 128.96º 0.3% 0.86% -
XYZ 45.34 60.6 43.96 -
YUV 193.47 110.8 99.13 -
System Red Green Blue C M Y K H S L
Decimal 153 220 163 0.30 0 0.26 0.14 128.96 0.49 0.73
Hex 99 DC A3 1E 0 1A E 81 31 49
Octal 231 334 243 36 0 32 16 201 61 111
Binary 10011001 11011100 10100011 11110 0 11010 1110 10000001 110001 1001001

Color Harmonies of #99DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCA3

Black with #99DCA3

Text Example


Text Example

White with #99DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DCA3; }

 p { color: rgb(153,220,163); }

 H1.HeaderClassName
 {
   color: #99DCA3;
 }
 .AnyTagClassName
 {
   color: #99DCA3;
 }
</style>

background-color css

<style>
 a { background-color: #99DCA3; }

 a { background-color: rgb(153,220,163); }

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

border-color css

<style>
 span { border-color: #99DCA3; }

 span { border-color: rgb(153,220,163); }

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