Html Css Color HEX #A5DAAE Chinook

📋 copy color: '#A5DAAE'

red 165 ◦ green 218 ◦ blue 174

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

Shades of Chinook #A5DAAE

Tints of Chinook #A5DAAE

RGB

 RED value IS 165 (64.84% from 255) = 29.62%

 GREEN value IS 218 (85.55% from 255) = 39.14%

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

R = 29.62%
G = 39.14%
B = 31.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#A5DAAE (or 0xA5DAAE) is known color: Chinook. HEX triplet: A5, DA and AE. RGB value is (165,218,174). Sum of RGB (Red+Green+Blue) = 165+218+174=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAAE is #5A2551. Grayscale: #C5C5C5. Windows color (decimal): -5907794 or 11459237. OLE color: 11459237.

HSL color Cylindrical-coordinate representation of color #A5DAAE: hue angle of 130.19º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DAAE is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 218 174 -
CMYK 0.24 0 0.20 0.15
HSL 130.19º 0.42% 0.75% -
HSV(B) 130.19º 0.24% 0.85% -
XYZ 48.23 61.2 49.31 -
YUV 197.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 165 218 174 0.24 0 0.20 0.15 130.19 0.42 0.75
Hex A5 DA AE 18 0 14 F 82 2A 4B
Octal 245 332 256 30 0 24 17 202 52 113
Binary 10100101 11011010 10101110 11000 0 10100 1111 10000010 101010 1001011

Color Harmonies of #A5DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DAAE

Black with #A5DAAE

Text Example


Text Example

White with #A5DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DAAE; }

 p { color: rgb(165,218,174); }

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

background-color css

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

 a { background-color: rgb(165,218,174); }

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

border-color css

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

 span { border-color: rgb(165,218,174); }

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