Html Css Color HEX #99DAAB Chinook

📋 copy color: '#99DAAB'

red 153 ◦ green 218 ◦ blue 171

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

Shades of Chinook #99DAAB

Tints of Chinook #99DAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 28.23%
G = 40.22%
B = 31.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#99DAAB (or 0x99DAAB) is known color: Chinook. HEX triplet: 99, DA and AB. RGB value is (153,218,171). Sum of RGB (Red+Green+Blue) = 153+218+171=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DAAB is #662554. Grayscale: #C1C1C1. Windows color (decimal): -6694229 or 11262617. OLE color: 11262617.

HSL color Cylindrical-coordinate representation of color #99DAAB: hue angle of 136.62º 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 #99DAAB is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 171 -
CMYK 0.30 0 0.22 0.15
HSL 136.62º 0.47% 0.73% -
HSV(B) 136.62º 0.3% 0.85% -
XYZ 45.56 59.86 47.68 -
YUV 193.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 153 218 171 0.30 0 0.22 0.15 136.62 0.47 0.73
Hex 99 DA AB 1E 0 16 F 89 2F 49
Octal 231 332 253 36 0 26 17 211 57 111
Binary 10011001 11011010 10101011 11110 0 10110 1111 10001001 101111 1001001

Color Harmonies of #99DAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DAAB

Black with #99DAAB

Text Example


Text Example

White with #99DAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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