Html Css Color HEX #A5DBB0 Chinook

📋 copy color: '#A5DBB0'

red 165 ◦ green 219 ◦ blue 176

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

Shades of Chinook #A5DBB0

Tints of Chinook #A5DBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.11%

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 29.46%
G = 39.11%
B = 31.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#A5DBB0 (or 0xA5DBB0) is known color: Chinook. HEX triplet: A5, DB and B0. RGB value is (165,219,176). Sum of RGB (Red+Green+Blue) = 165+219+176=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DBB0 is #5A244F. Grayscale: #C6C6C6. Windows color (decimal): -5907536 or 11590565. OLE color: 11590565.

HSL color Cylindrical-coordinate representation of color #A5DBB0: hue angle of 132.22º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DBB0 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 219 176 -
CMYK 0.25 0 0.20 0.14
HSL 132.22º 0.43% 0.75% -
HSV(B) 132.22º 0.25% 0.86% -
XYZ 48.69 61.8 50.44 -
YUV 197.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 165 219 176 0.25 0 0.20 0.14 132.22 0.43 0.75
Hex A5 DB B0 19 0 14 E 84 2B 4B
Octal 245 333 260 31 0 24 16 204 53 113
Binary 10100101 11011011 10110000 11001 0 10100 1110 10000100 101011 1001011

Color Harmonies of #A5DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBB0

Black with #A5DBB0

Text Example


Text Example

White with #A5DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBB0; }

 p { color: rgb(165,219,176); }

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

background-color css

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

 a { background-color: rgb(165,219,176); }

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

border-color css

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

 span { border-color: rgb(165,219,176); }

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