Html Css Color HEX #A5DBB4 Chinook

📋 copy color: '#A5DBB4'

red 165 ◦ green 219 ◦ blue 180

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

Shades of Chinook #A5DBB4

Tints of Chinook #A5DBB4

RGB

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

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

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

R = 29.26%
G = 38.83%
B = 31.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#A5DBB4 (or 0xA5DBB4) is known color: Chinook. HEX triplet: A5, DB and B4. RGB value is (165,219,180). Sum of RGB (Red+Green+Blue) = 165+219+180=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBB4 is #5A244B. Grayscale: #C6C6C6. Windows color (decimal): -5907532 or 11852709. OLE color: 11852709.

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

Color convert

RGB 165 219 180 -
CMYK 0.25 0 0.18 0.14
HSL 136.67º 0.43% 0.75% -
HSV(B) 136.67º 0.25% 0.86% -
XYZ 49.09 61.96 52.55 -
YUV 198.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 165 219 180 0.25 0 0.18 0.14 136.67 0.43 0.75
Hex A5 DB B4 19 0 12 E 89 2B 4B
Octal 245 333 264 31 0 22 16 211 53 113
Binary 10100101 11011011 10110100 11001 0 10010 1110 10001001 101011 1001011

Color Harmonies of #A5DBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBB4

Black with #A5DBB4

Text Example


Text Example

White with #A5DBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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