Html Css Color HEX #99D8A2 Chinook

📋 copy color: '#99D8A2'

red 153 ◦ green 216 ◦ blue 162

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

Shades of Chinook #99D8A2

Tints of Chinook #99D8A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.51%

R = 28.81%
G = 40.68%
B = 30.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#99D8A2 (or 0x99D8A2) is known color: Chinook. HEX triplet: 99, D8 and A2. RGB value is (153,216,162). Sum of RGB (Red+Green+Blue) = 153+216+162=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D8A2 is #66275D. Grayscale: #BFBFBF. Windows color (decimal): -6694750 or 10672281. OLE color: 10672281.

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

Color convert

RGB 153 216 162 -
CMYK 0.29 0 0.25 0.15
HSL 128.57º 0.45% 0.72% -
HSV(B) 128.57º 0.29% 0.85% -
XYZ 44.21 58.49 43.14 -
YUV 191.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 153 216 162 0.29 0 0.25 0.15 128.57 0.45 0.72
Hex 99 D8 A2 1D 0 19 F 81 2D 48
Octal 231 330 242 35 0 31 17 201 55 110
Binary 10011001 11011000 10100010 11101 0 11001 1111 10000001 101101 1001000

Color Harmonies of #99D8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8A2

Black with #99D8A2

Text Example


Text Example

White with #99D8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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