Html Css Color HEX #A8CAB3 Gum Leaf

📋 copy color: '#A8CAB3'

red 168 ◦ green 202 ◦ blue 179

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

Shades of Gum Leaf #A8CAB3

Tints of Gum Leaf #A8CAB3

RGB

 RED value IS 168 (66.02% from 255) = 30.6%

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

 BLUE value IS 179 (70.31% from 255) = 32.6%

R = 30.6%
G = 36.79%
B = 32.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#A8CAB3 (or 0xA8CAB3) is known color: Gum Leaf. HEX triplet: A8, CA and B3. RGB value is (168,202,179). Sum of RGB (Red+Green+Blue) = 168+202+179=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAB3 is #57354C. Grayscale: #BDBDBD. Windows color (decimal): -5715277 or 11782824. OLE color: 11782824.

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

Color convert

RGB 168 202 179 -
CMYK 0.17 0 0.11 0.21
HSL 139.41º 0.24% 0.73% -
HSV(B) 139.41º 0.17% 0.79% -
XYZ 45.41 53.82 50.64 -
YUV 189.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 168 202 179 0.17 0 0.11 0.21 139.41 0.24 0.73
Hex A8 CA B3 11 0 B 15 8B 18 49
Octal 250 312 263 21 0 13 25 213 30 111
Binary 10101000 11001010 10110011 10001 0 1011 10101 10001011 11000 1001001

Color Harmonies of #A8CAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAB3

Black with #A8CAB3

Text Example


Text Example

White with #A8CAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAB3; }

 p { color: rgb(168,202,179); }

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

background-color css

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

 a { background-color: rgb(168,202,179); }

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

border-color css

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

 span { border-color: rgb(168,202,179); }

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