Html Css Color HEX #A8D6B0 Gum Leaf

📋 copy color: '#A8D6B0'

red 168 ◦ green 214 ◦ blue 176

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

Shades of Gum Leaf #A8D6B0

Tints of Gum Leaf #A8D6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.54%

R = 30.11%
G = 38.35%
B = 31.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#A8D6B0 (or 0xA8D6B0) is known color: Gum Leaf. HEX triplet: A8, D6 and B0. RGB value is (168,214,176). Sum of RGB (Red+Green+Blue) = 168+214+176=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D6B0 is #57294F. Grayscale: #C4C4C4. Windows color (decimal): -5712208 or 11589288. OLE color: 11589288.

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

Color convert

RGB 168 214 176 -
CMYK 0.21 0 0.18 0.16
HSL 130.43º 0.36% 0.75% -
HSV(B) 130.43º 0.21% 0.84% -
XYZ 48.03 59.55 50.04 -
YUV 195.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 168 214 176 0.21 0 0.18 0.16 130.43 0.36 0.75
Hex A8 D6 B0 15 0 12 10 82 24 4B
Octal 250 326 260 25 0 22 20 202 44 113
Binary 10101000 11010110 10110000 10101 0 10010 10000 10000010 100100 1001011

Color Harmonies of #A8D6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D6B0

Black with #A8D6B0

Text Example


Text Example

White with #A8D6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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