Html Css Color HEX #A6CAB4 Gum Leaf

📋 copy color: '#A6CAB4'

red 166 ◦ green 202 ◦ blue 180

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

Shades of Gum Leaf #A6CAB4

Tints of Gum Leaf #A6CAB4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.86%

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 30.29%
G = 36.86%
B = 32.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#A6CAB4 (or 0xA6CAB4) is known color: Gum Leaf. HEX triplet: A6, CA and B4. RGB value is (166,202,180). Sum of RGB (Red+Green+Blue) = 166+202+180=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAB4 is #59354B. Grayscale: #BCBCBC. Windows color (decimal): -5846348 or 11848358. OLE color: 11848358.

HSL color Cylindrical-coordinate representation of color #A6CAB4: hue angle of 143.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CAB4 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 180 -
CMYK 0.18 0 0.11 0.21
HSL 143.33º 0.25% 0.72% -
HSV(B) 143.33º 0.18% 0.79% -
XYZ 45.08 53.64 51.16 -
YUV 188.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 166 202 180 0.18 0 0.11 0.21 143.33 0.25 0.72
Hex A6 CA B4 12 0 B 15 8F 19 48
Octal 246 312 264 22 0 13 25 217 31 110
Binary 10100110 11001010 10110100 10010 0 1011 10101 10001111 11001 1001000

Color Harmonies of #A6CAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CAB4

Black with #A6CAB4

Text Example


Text Example

White with #A6CAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CAB4; }

 p { color: rgb(166,202,180); }

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

background-color css

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

 a { background-color: rgb(166,202,180); }

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

border-color css

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

 span { border-color: rgb(166,202,180); }

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