Html Css Color HEX #A4DFB5 Chinook

📋 copy color: '#A4DFB5'

red 164 ◦ green 223 ◦ blue 181

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

Shades of Chinook #A4DFB5

Tints of Chinook #A4DFB5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.26%

 BLUE value IS 181 (71.09% from 255) = 31.87%

R = 28.87%
G = 39.26%
B = 31.87%

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

#A4DFB5 (or 0xA4DFB5) is known color: Chinook. HEX triplet: A4, DF and B5. RGB value is (164,223,181). Sum of RGB (Red+Green+Blue) = 164+223+181=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFB5 is #5B204A. Grayscale: #C8C8C8. Windows color (decimal): -5972043 or 11919268. OLE color: 11919268.

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

Color convert

RGB 164 223 181 -
CMYK 0.26 0 0.19 0.13
HSL 137.29º 0.48% 0.76% -
HSV(B) 137.29º 0.26% 0.87% -
XYZ 50.04 64 53.43 -
YUV 200.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 164 223 181 0.26 0 0.19 0.13 137.29 0.48 0.76
Hex A4 DF B5 1A 0 13 D 89 30 4C
Octal 244 337 265 32 0 23 15 211 60 114
Binary 10100100 11011111 10110101 11010 0 10011 1101 10001001 110000 1001100

Color Harmonies of #A4DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DFB5

Black with #A4DFB5

Text Example


Text Example

White with #A4DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DFB5; }

 p { color: rgb(164,223,181); }

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

background-color css

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

 a { background-color: rgb(164,223,181); }

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

border-color css

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

 span { border-color: rgb(164,223,181); }

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