Html Css Color HEX #A5D2B3 Gum Leaf

📋 copy color: '#A5D2B3'

red 165 ◦ green 210 ◦ blue 179

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

Shades of Gum Leaf #A5D2B3

Tints of Gum Leaf #A5D2B3

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 value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#A5D2B3 (or 0xA5D2B3) is known color: 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

RGB 165 210 179 -
CMYK 0.21 0 0.15 0.18
HSL 138.67º 0.33% 0.74% -
HSV(B) 138.67º 0.21% 0.82% -
XYZ 46.7 57.35 51.26 -
YUV 193.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 165 210 179 0.21 0 0.15 0.18 138.67 0.33 0.74
Hex A5 D2 B3 15 0 F 12 8B 21 4A
Octal 245 322 263 25 0 17 22 213 41 112
Binary 10100101 11010010 10110011 10101 0 1111 10010 10001011 100001 1001010

Color Harmonies of #A5D2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2B3

Black with #A5D2B3

Text Example


Text Example

White with #A5D2B3

Text Example


Text Example

HTML Codes & Css Web 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>