Html Css Color HEX #A6CDAC Gum Leaf

📋 copy color: '#A6CDAC'

red 166 ◦ green 205 ◦ blue 172

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

Shades of Gum Leaf #A6CDAC

Tints of Gum Leaf #A6CDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

 BLUE value IS 172 (67.58% from 255) = 31.68%

R = 30.57%
G = 37.75%
B = 31.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#A6CDAC (or 0xA6CDAC) is known color: Gum Leaf. HEX triplet: A6, CD and AC. RGB value is (166,205,172). Sum of RGB (Red+Green+Blue) = 166+205+172=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CDAC is #593253. Grayscale: #BDBDBD. Windows color (decimal): -5845588 or 11324838. OLE color: 11324838.

HSL color Cylindrical-coordinate representation of color #A6CDAC: hue angle of 129.23º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDAC is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 205 172 -
CMYK 0.19 0 0.16 0.20
HSL 129.23º 0.28% 0.73% -
HSV(B) 129.23º 0.19% 0.8% -
XYZ 45 54.75 47.23 -
YUV 189.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 166 205 172 0.19 0 0.16 0.20 129.23 0.28 0.73
Hex A6 CD AC 13 0 10 14 81 1C 49
Octal 246 315 254 23 0 20 24 201 34 111
Binary 10100110 11001101 10101100 10011 0 10000 10100 10000001 11100 1001001

Color Harmonies of #A6CDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDAC

Black with #A6CDAC

Text Example


Text Example

White with #A6CDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDAC; }

 p { color: rgb(166,205,172); }

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

background-color css

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

 a { background-color: rgb(166,205,172); }

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

border-color css

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

 span { border-color: rgb(166,205,172); }

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