Html Css Color HEX #A4DBAE Chinook

📋 copy color: '#A4DBAE'

red 164 ◦ green 219 ◦ blue 174

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

Shades of Chinook #A4DBAE

Tints of Chinook #A4DBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.24%

R = 29.44%
G = 39.32%
B = 31.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#A4DBAE (or 0xA4DBAE) is known color: Chinook. HEX triplet: A4, DB and AE. RGB value is (164,219,174). Sum of RGB (Red+Green+Blue) = 164+219+174=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBAE is #5B2451. Grayscale: #C5C5C5. Windows color (decimal): -5973074 or 11459492. OLE color: 11459492.

HSL color Cylindrical-coordinate representation of color #A4DBAE: hue angle of 130.91º 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 #A4DBAE is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 219 174 -
CMYK 0.25 0 0.21 0.14
HSL 130.91º 0.43% 0.75% -
HSV(B) 130.91º 0.25% 0.86% -
XYZ 48.28 61.61 49.39 -
YUV 197.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 164 219 174 0.25 0 0.21 0.14 130.91 0.43 0.75
Hex A4 DB AE 19 0 15 E 83 2B 4B
Octal 244 333 256 31 0 25 16 203 53 113
Binary 10100100 11011011 10101110 11001 0 10101 1110 10000011 101011 1001011

Color Harmonies of #A4DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBAE

Black with #A4DBAE

Text Example


Text Example

White with #A4DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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