Html Css Color HEX #ABC1AF Gum Leaf

📋 copy color: '#ABC1AF'

red 171 ◦ green 193 ◦ blue 175

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

Shades of Gum Leaf #ABC1AF

Tints of Gum Leaf #ABC1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.81%

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

R = 31.73%
G = 35.81%
B = 32.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#ABC1AF (or 0xABC1AF) is known color: Gum Leaf. HEX triplet: AB, C1 and AF. RGB value is (171,193,175). Sum of RGB (Red+Green+Blue) = 171+193+175=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC1AF is #543E50. Grayscale: #B8B8B8. Windows color (decimal): -5520977 or 11518379. OLE color: 11518379.

HSL color Cylindrical-coordinate representation of color #ABC1AF: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1AF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 175 -
CMYK 0.11 0 0.09 0.24
HSL 130.91º 0.15% 0.71% -
HSV(B) 130.91º 0.11% 0.76% -
XYZ 43.6 49.89 47.89 -
YUV 184.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 171 193 175 0.11 0 0.09 0.24 130.91 0.15 0.71
Hex AB C1 AF B 0 9 18 83 F 47
Octal 253 301 257 13 0 11 30 203 17 107
Binary 10101011 11000001 10101111 1011 0 1001 11000 10000011 1111 1000111

Color Harmonies of #ABC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1AF

Black with #ABC1AF

Text Example


Text Example

White with #ABC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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