Html Css Color HEX #A8D8B6 Gum Leaf

📋 copy color: '#A8D8B6'

red 168 ◦ green 216 ◦ blue 182

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

Shades of Gum Leaf #A8D8B6

Tints of Gum Leaf #A8D8B6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.16%

 BLUE value IS 182 (71.48% from 255) = 32.16%

R = 29.68%
G = 38.16%
B = 32.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#A8D8B6 (or 0xA8D8B6) is known color: Gum Leaf. HEX triplet: A8, D8 and B6. RGB value is (168,216,182). Sum of RGB (Red+Green+Blue) = 168+216+182=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8B6 is #572749. Grayscale: #C5C5C5. Windows color (decimal): -5711690 or 11983016. OLE color: 11983016.

HSL color Cylindrical-coordinate representation of color #A8D8B6: hue angle of 137.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D8B6 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 182 -
CMYK 0.22 0 0.16 0.15
HSL 137.5º 0.38% 0.75% -
HSV(B) 137.5º 0.22% 0.85% -
XYZ 49.15 60.81 53.4 -
YUV 197.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 168 216 182 0.22 0 0.16 0.15 137.5 0.38 0.75
Hex A8 D8 B6 16 0 10 F 8A 26 4B
Octal 250 330 266 26 0 20 17 212 46 113
Binary 10101000 11011000 10110110 10110 0 10000 1111 10001010 100110 1001011

Color Harmonies of #A8D8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D8B6

Black with #A8D8B6

Text Example


Text Example

White with #A8D8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D8B6; }

 p { color: rgb(168,216,182); }

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

background-color css

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

 a { background-color: rgb(168,216,182); }

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

border-color css

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

 span { border-color: rgb(168,216,182); }

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