Html Css Color HEX #A6CDB5 Gum Leaf

📋 copy color: '#A6CDB5'

red 166 ◦ green 205 ◦ blue 181

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

Shades of Gum Leaf #A6CDB5

Tints of Gum Leaf #A6CDB5

RGB

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

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

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

R = 30.07%
G = 37.14%
B = 32.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#A6CDB5 (or 0xA6CDB5) is known color: Gum Leaf. HEX triplet: A6, CD and B5. RGB value is (166,205,181). Sum of RGB (Red+Green+Blue) = 166+205+181=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDB5 is #59324A. Grayscale: #BEBEBE. Windows color (decimal): -5845579 or 11914662. OLE color: 11914662.

HSL color Cylindrical-coordinate representation of color #A6CDB5: hue angle of 143.08º 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 #A6CDB5 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 205 181 -
CMYK 0.19 0 0.12 0.20
HSL 143.08º 0.28% 0.73% -
HSV(B) 143.08º 0.19% 0.8% -
XYZ 45.9 55.11 51.93 -
YUV 190.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 166 205 181 0.19 0 0.12 0.20 143.08 0.28 0.73
Hex A6 CD B5 13 0 C 14 8F 1C 49
Octal 246 315 265 23 0 14 24 217 34 111
Binary 10100110 11001101 10110101 10011 0 1100 10100 10001111 11100 1001001

Color Harmonies of #A6CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDB5

Black with #A6CDB5

Text Example


Text Example

White with #A6CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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