Html Css Color HEX #ABC0AF Gum Leaf

📋 copy color: '#ABC0AF'

red 171 ◦ green 192 ◦ blue 175

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

Shades of Gum Leaf #ABC0AF

Tints of Gum Leaf #ABC0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

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

R = 31.78%
G = 35.69%
B = 32.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#ABC0AF (or 0xABC0AF) is known color: Gum Leaf. HEX triplet: AB, C0 and AF. RGB value is (171,192,175). Sum of RGB (Red+Green+Blue) = 171+192+175=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0AF is #543F50. Grayscale: #B7B7B7. Windows color (decimal): -5521233 or 11518123. OLE color: 11518123.

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

Color convert

RGB 171 192 175 -
CMYK 0.11 0 0.09 0.25
HSL 131.43º 0.14% 0.71% -
HSV(B) 131.43º 0.11% 0.75% -
XYZ 43.38 49.45 47.82 -
YUV 183.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 171 192 175 0.11 0 0.09 0.25 131.43 0.14 0.71
Hex AB C0 AF B 0 9 19 83 E 47
Octal 253 300 257 13 0 11 31 203 16 107
Binary 10101011 11000000 10101111 1011 0 1001 11001 10000011 1110 1000111

Color Harmonies of #ABC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0AF

Black with #ABC0AF

Text Example


Text Example

White with #ABC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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