#A5D2B3

Color #A5D2B3 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A5D2B3

Tints of Gum Leaf #A5D2B3

Color information

#A5D2B3 (or 0xA5D2B3) is unknown color: approx Gum Leaf. HEX triplet: A5, D2 and B3. RGB value is (165,210,179). Sum of RGB (Red+Green+Blue) = 165+210+179=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2B3 is #5A2D4C. Grayscale: #C1C1C1. Windows color (decimal): -5909837 or 11784869. OLE color: 11784869.

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

Color convert

RGB165210179-
CMYK0.2100.150.18
HSL138.67º33.33%73.53%-
HSV(B)138.67º21.43%82.35%-
XYZ46.757.3551.26-
YUV193.01120.09108.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.78%
GREEN value IS 210 (82.42% from 255) = 37.91%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=29.78%
G=37.91%
B=32.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101790.2100.150.18138.6733.3373.53
HexA5D2B3150F128b214a
Octal245322263250172221341112
Binary101001011101001010110011101010111110010100010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2B3; }

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

 H1.HeaderClassName
 {
   color: #A5D2B3;
 }
 .AnyTagClassName
 {
   color: #A5D2B3;
 }
</style>
background-color css

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

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

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

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

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

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