Html Css Color HEX #99DAA0 Chinook

📋 copy color: '#99DAA0'

red 153 ◦ green 218 ◦ blue 160

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

Shades of Chinook #99DAA0

Tints of Chinook #99DAA0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

 BLUE value IS 160 (62.89% from 255) = 30.13%

R = 28.81%
G = 41.05%
B = 30.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#99DAA0 (or 0x99DAA0) is known color: Chinook. HEX triplet: 99, DA and A0. RGB value is (153,218,160). Sum of RGB (Red+Green+Blue) = 153+218+160=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DAA0 is #66255F. Grayscale: #C0C0C0. Windows color (decimal): -6694240 or 10541721. OLE color: 10541721.

HSL color Cylindrical-coordinate representation of color #99DAA0: hue angle of 126.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAA0 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 160 -
CMYK 0.30 0 0.27 0.15
HSL 126.46º 0.47% 0.73% -
HSV(B) 126.46º 0.3% 0.85% -
XYZ 44.55 59.45 42.39 -
YUV 191.95 109.97 100.22 -
System Red Green Blue C M Y K H S L
Decimal 153 218 160 0.30 0 0.27 0.15 126.46 0.47 0.73
Hex 99 DA A0 1E 0 1B F 7E 2F 49
Octal 231 332 240 36 0 33 17 176 57 111
Binary 10011001 11011010 10100000 11110 0 11011 1111 1111110 101111 1001001

Color Harmonies of #99DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DAA0

Black with #99DAA0

Text Example


Text Example

White with #99DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,218,160); }

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

background-color css

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

 a { background-color: rgb(153,218,160); }

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

border-color css

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

 span { border-color: rgb(153,218,160); }

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