Html Css Color HEX #A5D8B4 Chinook

📋 copy color: '#A5D8B4'

red 165 ◦ green 216 ◦ blue 180

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

Shades of Chinook #A5D8B4

Tints of Chinook #A5D8B4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.5%

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

R = 29.41%
G = 38.5%
B = 32.09%

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

#A5D8B4 (or 0xA5D8B4) is known color: Chinook. HEX triplet: A5, D8 and B4. RGB value is (165,216,180). Sum of RGB (Red+Green+Blue) = 165+216+180=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D8B4 is #5A274B. Grayscale: #C4C4C4. Windows color (decimal): -5908300 or 11851941. OLE color: 11851941.

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

Color convert

RGB 165 216 180 -
CMYK 0.24 0 0.17 0.15
HSL 137.65º 0.4% 0.75% -
HSV(B) 137.65º 0.24% 0.85% -
XYZ 48.31 60.41 52.29 -
YUV 196.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 165 216 180 0.24 0 0.17 0.15 137.65 0.4 0.75
Hex A5 D8 B4 18 0 11 F 8A 28 4B
Octal 245 330 264 30 0 21 17 212 50 113
Binary 10100101 11011000 10110100 11000 0 10001 1111 10001010 101000 1001011

Color Harmonies of #A5D8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D8B4

Black with #A5D8B4

Text Example


Text Example

White with #A5D8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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