Html Css Color HEX #A6D4B2 Gum Leaf

📋 copy color: '#A6D4B2'

red 166 ◦ green 212 ◦ blue 178

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

Shades of Gum Leaf #A6D4B2

Tints of Gum Leaf #A6D4B2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 29.86%
G = 38.13%
B = 32.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#A6D4B2 (or 0xA6D4B2) is known color: Gum Leaf. HEX triplet: A6, D4 and B2. RGB value is (166,212,178). Sum of RGB (Red+Green+Blue) = 166+212+178=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D4B2 is #592B4D. Grayscale: #C2C2C2. Windows color (decimal): -5843790 or 11719846. OLE color: 11719846.

HSL color Cylindrical-coordinate representation of color #A6D4B2: hue angle of 135.65º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D4B2 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 212 178 -
CMYK 0.22 0 0.16 0.17
HSL 135.65º 0.35% 0.74% -
HSV(B) 135.65º 0.22% 0.83% -
XYZ 47.31 58.41 50.9 -
YUV 194.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 166 212 178 0.22 0 0.16 0.17 135.65 0.35 0.74
Hex A6 D4 B2 16 0 10 11 88 23 4A
Octal 246 324 262 26 0 20 21 210 43 112
Binary 10100110 11010100 10110010 10110 0 10000 10001 10001000 100011 1001010

Color Harmonies of #A6D4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D4B2

Black with #A6D4B2

Text Example


Text Example

White with #A6D4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D4B2; }

 p { color: rgb(166,212,178); }

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

background-color css

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

 a { background-color: rgb(166,212,178); }

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

border-color css

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

 span { border-color: rgb(166,212,178); }

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