Html Css Color HEX #A5DBAF Chinook

📋 copy color: '#A5DBAF'

red 165 ◦ green 219 ◦ blue 175

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

Shades of Chinook #A5DBAF

Tints of Chinook #A5DBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.31%

R = 29.52%
G = 39.18%
B = 31.31%

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

#A5DBAF (or 0xA5DBAF) is known color: Chinook. HEX triplet: A5, DB and AF. RGB value is (165,219,175). Sum of RGB (Red+Green+Blue) = 165+219+175=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DBAF is #5A2450. Grayscale: #C5C5C5. Windows color (decimal): -5907537 or 11525029. OLE color: 11525029.

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

Color convert

RGB 165 219 175 -
CMYK 0.25 0 0.20 0.14
HSL 131.11º 0.43% 0.75% -
HSV(B) 131.11º 0.25% 0.86% -
XYZ 48.59 61.76 49.92 -
YUV 197.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 165 219 175 0.25 0 0.20 0.14 131.11 0.43 0.75
Hex A5 DB AF 19 0 14 E 83 2B 4B
Octal 245 333 257 31 0 24 16 203 53 113
Binary 10100101 11011011 10101111 11001 0 10100 1110 10000011 101011 1001011

Color Harmonies of #A5DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBAF

Black with #A5DBAF

Text Example


Text Example

White with #A5DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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