Html Css Color HEX #99D8A8 Chinook

📋 copy color: '#99D8A8'

red 153 ◦ green 216 ◦ blue 168

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

Shades of Chinook #99D8A8

Tints of Chinook #99D8A8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.22%

 BLUE value IS 168 (66.02% from 255) = 31.28%

R = 28.49%
G = 40.22%
B = 31.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#99D8A8 (or 0x99D8A8) is known color: Chinook. HEX triplet: 99, D8 and A8. RGB value is (153,216,168). Sum of RGB (Red+Green+Blue) = 153+216+168=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D8A8 is #662757. Grayscale: #BFBFBF. Windows color (decimal): -6694744 or 11065497. OLE color: 11065497.

HSL color Cylindrical-coordinate representation of color #99D8A8: hue angle of 134.29º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8A8 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 216 168 -
CMYK 0.29 0 0.22 0.15
HSL 134.29º 0.45% 0.72% -
HSV(B) 134.29º 0.29% 0.85% -
XYZ 44.76 58.71 46.02 -
YUV 191.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 153 216 168 0.29 0 0.22 0.15 134.29 0.45 0.72
Hex 99 D8 A8 1D 0 16 F 86 2D 48
Octal 231 330 250 35 0 26 17 206 55 110
Binary 10011001 11011000 10101000 11101 0 10110 1111 10000110 101101 1001000

Color Harmonies of #99D8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8A8

Black with #99D8A8

Text Example


Text Example

White with #99D8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,216,168); }

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

background-color css

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

 a { background-color: rgb(153,216,168); }

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

border-color css

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

 span { border-color: rgb(153,216,168); }

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