Html Css Color HEX #ABC4AF Gum Leaf

📋 copy color: '#ABC4AF'

red 171 ◦ green 196 ◦ blue 175

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

Shades of Gum Leaf #ABC4AF

Tints of Gum Leaf #ABC4AF

RGB

 RED value IS 171 (67.19% from 255) = 31.55%

 GREEN value IS 196 (76.95% from 255) = 36.16%

 BLUE value IS 175 (68.75% from 255) = 32.29%

R = 31.55%
G = 36.16%
B = 32.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#ABC4AF (or 0xABC4AF) is known color: Gum Leaf. HEX triplet: AB, C4 and AF. RGB value is (171,196,175). Sum of RGB (Red+Green+Blue) = 171+196+175=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC4AF is #543B50. Grayscale: #BABABA. Windows color (decimal): -5520209 or 11519147. OLE color: 11519147.

HSL color Cylindrical-coordinate representation of color #ABC4AF: hue angle of 129.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC4AF is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 175 -
CMYK 0.13 0 0.11 0.23
HSL 129.6º 0.17% 0.72% -
HSV(B) 129.6º 0.13% 0.77% -
XYZ 44.27 51.23 48.11 -
YUV 186.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 171 196 175 0.13 0 0.11 0.23 129.6 0.17 0.72
Hex AB C4 AF D 0 B 17 82 11 48
Octal 253 304 257 15 0 13 27 202 21 110
Binary 10101011 11000100 10101111 1101 0 1011 10111 10000010 10001 1001000

Color Harmonies of #ABC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC4AF

Black with #ABC4AF

Text Example


Text Example

White with #ABC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC4AF; }

 p { color: rgb(171,196,175); }

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

background-color css

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

 a { background-color: rgb(171,196,175); }

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

border-color css

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

 span { border-color: rgb(171,196,175); }

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