Html Css Color HEX #A8D6B1 Gum Leaf

📋 copy color: '#A8D6B1'

red 168 ◦ green 214 ◦ blue 177

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

Shades of Gum Leaf #A8D6B1

Tints of Gum Leaf #A8D6B1

RGB

 RED value IS 168 (66.02% from 255) = 30.05%

 GREEN value IS 214 (83.98% from 255) = 38.28%

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 30.05%
G = 38.28%
B = 31.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#A8D6B1 (or 0xA8D6B1) is known color: Gum Leaf. HEX triplet: A8, D6 and B1. RGB value is (168,214,177). Sum of RGB (Red+Green+Blue) = 168+214+177=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D6B1 is #57294E. Grayscale: #C4C4C4. Windows color (decimal): -5712207 or 11654824. OLE color: 11654824.

HSL color Cylindrical-coordinate representation of color #A8D6B1: hue angle of 131.74º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D6B1 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 177 -
CMYK 0.21 0 0.17 0.16
HSL 131.74º 0.36% 0.75% -
HSV(B) 131.74º 0.21% 0.84% -
XYZ 48.13 59.59 50.56 -
YUV 196.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 168 214 177 0.21 0 0.17 0.16 131.74 0.36 0.75
Hex A8 D6 B1 15 0 11 10 84 24 4B
Octal 250 326 261 25 0 21 20 204 44 113
Binary 10101000 11010110 10110001 10101 0 10001 10000 10000100 100100 1001011

Color Harmonies of #A8D6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D6B1

Black with #A8D6B1

Text Example


Text Example

White with #A8D6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D6B1; }

 p { color: rgb(168,214,177); }

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

background-color css

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

 a { background-color: rgb(168,214,177); }

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

border-color css

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

 span { border-color: rgb(168,214,177); }

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