Html Css Color HEX #A4DBAF Chinook

📋 copy color: '#A4DBAF'

red 164 ◦ green 219 ◦ blue 175

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

Shades of Chinook #A4DBAF

Tints of Chinook #A4DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 175 (68.75% from 255) = 31.36%

R = 29.39%
G = 39.25%
B = 31.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#A4DBAF (or 0xA4DBAF) is known color: Chinook. HEX triplet: A4, DB and AF. RGB value is (164,219,175). Sum of RGB (Red+Green+Blue) = 164+219+175=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBAF is #5B2450. Grayscale: #C5C5C5. Windows color (decimal): -5973073 or 11525028. OLE color: 11525028.

HSL color Cylindrical-coordinate representation of color #A4DBAF: hue angle of 132º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DBAF is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 219 175 -
CMYK 0.25 0 0.20 0.14
HSL 132º 0.43% 0.75% -
HSV(B) 132º 0.25% 0.86% -
XYZ 48.38 61.65 49.91 -
YUV 197.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 164 219 175 0.25 0 0.20 0.14 132 0.43 0.75
Hex A4 DB AF 19 0 14 E 84 2B 4B
Octal 244 333 257 31 0 24 16 204 53 113
Binary 10100100 11011011 10101111 11001 0 10100 1110 10000100 101011 1001011

Color Harmonies of #A4DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBAF

Black with #A4DBAF

Text Example


Text Example

White with #A4DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBAF; }

 p { color: rgb(164,219,175); }

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

background-color css

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

 a { background-color: rgb(164,219,175); }

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

border-color css

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

 span { border-color: rgb(164,219,175); }

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