Html Css Color HEX #99D8AC Chinook

📋 copy color: '#99D8AC'

red 153 ◦ green 216 ◦ blue 172

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

Shades of Chinook #99D8AC

Tints of Chinook #99D8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.79%

R = 28.28%
G = 39.93%
B = 31.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#99D8AC (or 0x99D8AC) is known color: Chinook. HEX triplet: 99, D8 and AC. RGB value is (153,216,172). Sum of RGB (Red+Green+Blue) = 153+216+172=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D8AC is #662753. Grayscale: #C0C0C0. Windows color (decimal): -6694740 or 11327641. OLE color: 11327641.

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

Color convert

RGB 153 216 172 -
CMYK 0.29 0 0.20 0.15
HSL 138.1º 0.45% 0.72% -
HSV(B) 138.1º 0.29% 0.85% -
XYZ 45.14 58.86 48.01 -
YUV 192.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 153 216 172 0.29 0 0.20 0.15 138.1 0.45 0.72
Hex 99 D8 AC 1D 0 14 F 8A 2D 48
Octal 231 330 254 35 0 24 17 212 55 110
Binary 10011001 11011000 10101100 11101 0 10100 1111 10001010 101101 1001000

Color Harmonies of #99D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8AC

Black with #99D8AC

Text Example


Text Example

White with #99D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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