Html Css Color HEX #A4DDB4 Chinook

📋 copy color: '#A4DDB4'

red 164 ◦ green 221 ◦ blue 180

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

Shades of Chinook #A4DDB4

Tints of Chinook #A4DDB4

RGB

 RED value IS 164 (64.45% from 255) = 29.03%

 GREEN value IS 221 (86.72% from 255) = 39.12%

 BLUE value IS 180 (70.7% from 255) = 31.86%

R = 29.03%
G = 39.12%
B = 31.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#A4DDB4 (or 0xA4DDB4) is known color: Chinook. HEX triplet: A4, DD and B4. RGB value is (164,221,180). Sum of RGB (Red+Green+Blue) = 164+221+180=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDB4 is #5B224B. Grayscale: #C7C7C7. Windows color (decimal): -5972556 or 11853220. OLE color: 11853220.

HSL color Cylindrical-coordinate representation of color #A4DDB4: hue angle of 136.84º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDB4 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 221 180 -
CMYK 0.26 0 0.19 0.13
HSL 136.84º 0.46% 0.75% -
HSV(B) 136.84º 0.26% 0.87% -
XYZ 49.4 62.9 52.72 -
YUV 199.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 164 221 180 0.26 0 0.19 0.13 136.84 0.46 0.75
Hex A4 DD B4 1A 0 13 D 89 2E 4B
Octal 244 335 264 32 0 23 15 211 56 113
Binary 10100100 11011101 10110100 11010 0 10011 1101 10001001 101110 1001011

Color Harmonies of #A4DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDB4

Black with #A4DDB4

Text Example


Text Example

White with #A4DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDB4; }

 p { color: rgb(164,221,180); }

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

background-color css

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

 a { background-color: rgb(164,221,180); }

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

border-color css

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

 span { border-color: rgb(164,221,180); }

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