Html Css Color HEX #A5DAB2 Chinook

📋 copy color: '#A5DAB2'

red 165 ◦ green 218 ◦ blue 178

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

Shades of Chinook #A5DAB2

Tints of Chinook #A5DAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.73%

R = 29.41%
G = 38.86%
B = 31.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#A5DAB2 (or 0xA5DAB2) is known color: Chinook. HEX triplet: A5, DA and B2. RGB value is (165,218,178). Sum of RGB (Red+Green+Blue) = 165+218+178=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAB2 is #5A254D. Grayscale: #C5C5C5. Windows color (decimal): -5907790 or 11721381. OLE color: 11721381.

HSL color Cylindrical-coordinate representation of color #A5DAB2: hue angle of 134.72º 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 #A5DAB2 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 218 178 -
CMYK 0.24 0 0.18 0.15
HSL 134.72º 0.42% 0.75% -
HSV(B) 134.72º 0.24% 0.85% -
XYZ 48.62 61.36 51.4 -
YUV 197.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 165 218 178 0.24 0 0.18 0.15 134.72 0.42 0.75
Hex A5 DA B2 18 0 12 F 87 2A 4B
Octal 245 332 262 30 0 22 17 207 52 113
Binary 10100101 11011010 10110010 11000 0 10010 1111 10000111 101010 1001011

Color Harmonies of #A5DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DAB2

Black with #A5DAB2

Text Example


Text Example

White with #A5DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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