Html Css Color HEX #A6D8B5 Gum Leaf

📋 copy color: '#A6D8B5'

red 166 ◦ green 216 ◦ blue 181

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

Shades of Gum Leaf #A6D8B5

Tints of Gum Leaf #A6D8B5

RGB

 RED value IS 166 (65.23% from 255) = 29.48%

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

 BLUE value IS 181 (71.09% from 255) = 32.15%

R = 29.48%
G = 38.37%
B = 32.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#A6D8B5 (or 0xA6D8B5) is known color: Gum Leaf. HEX triplet: A6, D8 and B5. RGB value is (166,216,181). Sum of RGB (Red+Green+Blue) = 166+216+181=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8B5 is #59274A. Grayscale: #C5C5C5. Windows color (decimal): -5842763 or 11917478. OLE color: 11917478.

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

Color convert

RGB 166 216 181 -
CMYK 0.23 0 0.16 0.15
HSL 138º 0.39% 0.75% -
HSV(B) 138º 0.23% 0.85% -
XYZ 48.62 60.55 52.84 -
YUV 197.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 166 216 181 0.23 0 0.16 0.15 138 0.39 0.75
Hex A6 D8 B5 17 0 10 F 8A 27 4B
Octal 246 330 265 27 0 20 17 212 47 113
Binary 10100110 11011000 10110101 10111 0 10000 1111 10001010 100111 1001011

Color Harmonies of #A6D8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D8B5

Black with #A6D8B5

Text Example


Text Example

White with #A6D8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D8B5; }

 p { color: rgb(166,216,181); }

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

background-color css

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

 a { background-color: rgb(166,216,181); }

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

border-color css

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

 span { border-color: rgb(166,216,181); }

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