Html Css Color HEX #A4DDB1 Chinook

📋 copy color: '#A4DDB1'

red 164 ◦ green 221 ◦ blue 177

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

Shades of Chinook #A4DDB1

Tints of Chinook #A4DDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.49%

R = 29.18%
G = 39.32%
B = 31.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#A4DDB1 (or 0xA4DDB1) is known color: Chinook. HEX triplet: A4, DD and B1. RGB value is (164,221,177). Sum of RGB (Red+Green+Blue) = 164+221+177=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DDB1 is #5B224E. Grayscale: #C7C7C7. Windows color (decimal): -5972559 or 11656612. OLE color: 11656612.

HSL color Cylindrical-coordinate representation of color #A4DDB1: hue angle of 133.68º 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 #A4DDB1 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 221 177 -
CMYK 0.26 0 0.20 0.13
HSL 133.68º 0.46% 0.75% -
HSV(B) 133.68º 0.26% 0.87% -
XYZ 49.1 62.78 51.12 -
YUV 198.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 164 221 177 0.26 0 0.20 0.13 133.68 0.46 0.75
Hex A4 DD B1 1A 0 14 D 86 2E 4B
Octal 244 335 261 32 0 24 15 206 56 113
Binary 10100100 11011101 10110001 11010 0 10100 1101 10000110 101110 1001011

Color Harmonies of #A4DDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDB1

Black with #A4DDB1

Text Example


Text Example

White with #A4DDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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