Html Css Color HEX #A5D2B4 Gum Leaf

📋 copy color: '#A5D2B4'

red 165 ◦ green 210 ◦ blue 180

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

Shades of Gum Leaf #A5D2B4

Tints of Gum Leaf #A5D2B4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.84%

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

R = 29.73%
G = 37.84%
B = 32.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#A5D2B4 (or 0xA5D2B4) is known color: Gum Leaf. HEX triplet: A5, D2 and B4. RGB value is (165,210,180). Sum of RGB (Red+Green+Blue) = 165+210+180=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2B4 is #5A2D4B. Grayscale: #C1C1C1. Windows color (decimal): -5909836 or 11850405. OLE color: 11850405.

HSL color Cylindrical-coordinate representation of color #A5D2B4: hue angle of 140º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2B4 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 180 -
CMYK 0.21 0 0.14 0.18
HSL 140º 0.33% 0.74% -
HSV(B) 140º 0.21% 0.82% -
XYZ 46.8 57.39 51.79 -
YUV 193.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 165 210 180 0.21 0 0.14 0.18 140 0.33 0.74
Hex A5 D2 B4 15 0 E 12 8C 21 4A
Octal 245 322 264 25 0 16 22 214 41 112
Binary 10100101 11010010 10110100 10101 0 1110 10010 10001100 100001 1001010

Color Harmonies of #A5D2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2B4

Black with #A5D2B4

Text Example


Text Example

White with #A5D2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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