Html Css Color HEX #A5DAB4 Chinook

📋 copy color: '#A5DAB4'

red 165 ◦ green 218 ◦ blue 180

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

Shades of Chinook #A5DAB4

Tints of Chinook #A5DAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.97%

R = 29.31%
G = 38.72%
B = 31.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#A5DAB4 (or 0xA5DAB4) is known color: Chinook. HEX triplet: A5, DA and B4. RGB value is (165,218,180). Sum of RGB (Red+Green+Blue) = 165+218+180=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DAB4 is #5A254B. Grayscale: #C5C5C5. Windows color (decimal): -5907788 or 11852453. OLE color: 11852453.

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

Color convert

RGB 165 218 180 -
CMYK 0.24 0 0.17 0.15
HSL 136.98º 0.42% 0.75% -
HSV(B) 136.98º 0.24% 0.85% -
XYZ 48.83 61.44 52.47 -
YUV 197.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 165 218 180 0.24 0 0.17 0.15 136.98 0.42 0.75
Hex A5 DA B4 18 0 11 F 89 2A 4B
Octal 245 332 264 30 0 21 17 211 52 113
Binary 10100101 11011010 10110100 11000 0 10001 1111 10001001 101010 1001011

Color Harmonies of #A5DAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DAB4

Black with #A5DAB4

Text Example


Text Example

White with #A5DAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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