Html Css Color HEX #ABC6AF Gum Leaf

📋 copy color: '#ABC6AF'

red 171 ◦ green 198 ◦ blue 175

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

Shades of Gum Leaf #ABC6AF

Tints of Gum Leaf #ABC6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.4%

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

R = 31.43%
G = 36.4%
B = 32.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#ABC6AF (or 0xABC6AF) is known color: Gum Leaf. HEX triplet: AB, C6 and AF. RGB value is (171,198,175). Sum of RGB (Red+Green+Blue) = 171+198+175=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC6AF is #543950. Grayscale: #BBBBBB. Windows color (decimal): -5519697 or 11519659. OLE color: 11519659.

HSL color Cylindrical-coordinate representation of color #ABC6AF: hue angle of 128.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC6AF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 175 -
CMYK 0.14 0 0.12 0.22
HSL 128.89º 0.19% 0.72% -
HSV(B) 128.89º 0.14% 0.78% -
XYZ 44.73 52.14 48.26 -
YUV 187.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 171 198 175 0.14 0 0.12 0.22 128.89 0.19 0.72
Hex AB C6 AF E 0 C 16 81 13 48
Octal 253 306 257 16 0 14 26 201 23 110
Binary 10101011 11000110 10101111 1110 0 1100 10110 10000001 10011 1001000

Color Harmonies of #ABC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6AF

Black with #ABC6AF

Text Example


Text Example

White with #ABC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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